Skip to content

Commit 3c63ad9

Browse files
committed
sdf
1 parent d055066 commit 3c63ad9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testwf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
required: false
1010
default: false
1111

12-
push:
13-
branches:
14-
- master
12+
push:
13+
branches:
14+
- master
1515

1616
permissions:
1717
id-token: write
@@ -38,7 +38,7 @@ jobs:
3838

3939
deploy-staging:
4040
needs: ci
41-
if: always() && (needs.ci.result == 'success' || needs.ci-skipped.result == 'success')
41+
if: needs.ci.result == 'success' || needs.ci.result == 'skipped'
4242
runs-on: ubuntu-latest
4343
steps:
4444
- run: |

0 commit comments

Comments
 (0)