Test if condition

This commit is contained in:
Jade Ellis
2025-04-16 15:18:45 +01:00
parent 2ce42b1ef5
commit 5a9cc1cd5d
+3
View File
@@ -14,3 +14,6 @@ jobs:
- name: Test
if: false
run: echo $GITHUB_SHA_SHORT
- name: Test
if: ${{ 3 < 4 }}
run: echo $GITHUB_SHA_SHORT