diff --git a/.github/workflows/cron-nft-ttr.yml b/.github/workflows/cron-nft-ttr.yml index 9727214734..01be97809c 100644 --- a/.github/workflows/cron-nft-ttr.yml +++ b/.github/workflows/cron-nft-ttr.yml @@ -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 @@ -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