Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cron-nft-ttr workflow no longer has staging/prod env matrix #1999

Merged
merged 1 commit into from
Jun 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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