Skip to content

Commit

Permalink
step-one passes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Jan 23, 2024
1 parent d702454 commit 044b042
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Test
on:
push

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# cancel-in-progress: true

env:
TEST_VAR: ${{ 'testing' }}
Expand All @@ -19,7 +19,7 @@ jobs:
steps:
- name: Step 1
id: step-one
run: exit -1
run: echo "hello"

- name: Print hello
if: steps.step-one.result == 'success'
Expand Down

0 comments on commit 044b042

Please sign in to comment.