Skip to content

Commit

Permalink
fix quay try7 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Sep 1, 2024
1 parent 8dc9551 commit 575abd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Perf_Env_Build_Test_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
e2e:
name: e2e
needs: [unittest, integration_test, pypi_upload, pypi_validate, private_quay_upload, public_quay_upload, bump_version]
needs: [unittest, integration_test, pypi_upload, pypi_validate, private_quay_upload, bump_version]
runs-on: ubuntu-latest
strategy:
# run one job every time
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
update_grafana_dashboard:
# update grafana dashboard with latest product versions/ grafonnet code
name: update_grafana_dashboard
needs: [ unittest, integration_test, pypi_upload, pypi_validate, private_quay_upload, public_quay_upload, bump_version, e2e ]
needs: [ unittest, integration_test, pypi_upload, pypi_validate, private_quay_upload, bump_version, e2e ]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 575abd8

Please sign in to comment.