Skip to content

Commit

Permalink
fix: cron-nft-ttr workflow no longer has staging/prod env matrix (it …
Browse files Browse the repository at this point in the history
…was unintentional from copypasta) (#1999)
  • Loading branch information
gobengo authored Jun 20, 2022
1 parent 530d742 commit 1c37be5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cron-nft-ttr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
measure:
name: measure nft time to retrievability
runs-on: ubuntu-latest
strategy:
matrix:
env: ['staging', 'production']
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +19,6 @@ jobs:
- name: Run job
env:
DEBUG: '*'
ENV: ${{ matrix.env }}
NFT_STORAGE_API_KEY: ${{ secrets.NFT_STORAGE_API_KEY }}
PUSHGATEWAY_JOBNAME: nftstorage_ci/instance/github_action
PUSHGATEWAY_URL: https://pushgateway.k8s.locotorp.info/metrics/job/nftstorage_ci/instance/github_action
Expand Down

0 comments on commit 1c37be5

Please sign in to comment.