Skip to content

Commit 577837b

Browse files
committed
sdf
1 parent 04825ea commit 577837b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testwf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
deploy-staging:
3838
needs: [ci, ci-skipped]
3939
if: always() && ${{ needs.ci.result == 'success' || needs.ci-skipped.result == 'success' }}
40+
runs-on: ubuntu-latest
4041
steps:
4142
- run: echo "Deploy staging staging"
4243

4344
check-staging:
4445
needs: deploy-staging
4546
if: needs.deploy-staging.result == 'success'
47+
runs-on: ubuntu-latest
4648
steps:
4749
- run: echo "Check staging"
4850

0 commit comments

Comments
 (0)