Skip to content

Commit

Permalink
Merge pull request #169 from datalab-mi/fix/prod-workflow
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
leihuayi committed Aug 21, 2023
2 parents 54d84e2 + 94a35c8 commit 50396f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:

test:
runs-on: ubuntu-latest
needs: deploy-preprod
needs: deploy-prod
steps:
- uses: actions/checkout@v2
- name: Test DNS
if: success()
run : |
./infra/scripts/test-alive.sh preprod.basegun.fr
./infra/scripts/test-alive.sh basegun.fr

0 comments on commit 50396f4

Please sign in to comment.