Skip to content

Commit

Permalink
chore: use dev not prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Nov 15, 2023
1 parent d3d9682 commit 30ea4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:
jobs:
call-workflow-e2e-dev:
if: github.ref == 'refs/heads/dev'
uses: dhis2/workflows/.github/workflows/analytics-e2e-tests-prod.yml@master
uses: dhis2/workflows/.github/workflows/analytics-e2e-tests-dev.yml@master
secrets:
username: ${{ secrets.CYPRESS_DHIS2_USERNAME }}
password: ${{ secrets.CYPRESS_DHIS2_PASSWORD }}
Expand Down

0 comments on commit 30ea4a3

Please sign in to comment.