We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04825ea commit 577837bCopy full SHA for 577837b
.github/workflows/testwf.yml
@@ -37,12 +37,14 @@ jobs:
37
deploy-staging:
38
needs: [ci, ci-skipped]
39
if: always() && ${{ needs.ci.result == 'success' || needs.ci-skipped.result == 'success' }}
40
+ runs-on: ubuntu-latest
41
steps:
42
- run: echo "Deploy staging staging"
43
44
check-staging:
45
needs: deploy-staging
46
if: needs.deploy-staging.result == 'success'
47
48
49
- run: echo "Check staging"
50
0 commit comments