Skip to content

Commit 93d8a1b

Browse files
committed
Test conditional execution
1 parent 13008c2 commit 93d8a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
UpdateDep:
1515
name: Update Dependency
16-
if: ! endsWith(github.ref, 'update-dependencies')
16+
if: false == endsWith(github.ref, 'update-dependencies')
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)