mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 00:56:36 +02:00
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
|
- name: Test
|
||||||
if: false
|
if: false
|
||||||
run: echo $GITHUB_SHA_SHORT
|
run: echo $GITHUB_SHA_SHORT
|
||||||
|
- name: Test
|
||||||
|
if: ${{ 3 < 4 }}
|
||||||
|
run: echo $GITHUB_SHA_SHORT
|
||||||
|
|
Loading…
Add table
Reference in a new issue