Test if condition

This commit is contained in:
Jade Ellis 2025-04-16 15:18:45 +01:00
parent 2ce42b1ef5
commit 5a9cc1cd5d
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -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