Test if condition
This commit is contained in:
parent
2ce42b1ef5
commit
5a9cc1cd5d
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ jobs:
|
|||
- name: Test
|
||||
if: false
|
||||
run: echo $GITHUB_SHA_SHORT
|
||||
- name: Test
|
||||
if: ${{ 3 < 4 }}
|
||||
run: echo $GITHUB_SHA_SHORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue