mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Test if condition
This commit is contained in:
@@ -14,3 +14,6 @@ jobs:
|
||||
- name: Test
|
||||
if: false
|
||||
run: echo $GITHUB_SHA_SHORT
|
||||
- name: Test
|
||||
if: ${{ 3 < 4 }}
|
||||
run: echo $GITHUB_SHA_SHORT
|
||||
|
||||
Reference in New Issue
Block a user