Skip to content

Commit

Permalink
step-one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Jan 23, 2024
1 parent 9bd646a commit d702454
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Step 1
id: changed-files
id: step-one
run: exit -1

- name: Print hello
# if: steps.changed-files.outputs.any_modified != 'true'
if: steps.step-one.result == 'success'
run: echo "hello"

# - name: Step 1
# id: changed-files
# run: exit -1

# - name: No files in matcher have been modified
# if: steps.changed-files.outputs.any_modified != 'true'
Expand Down

0 comments on commit d702454

Please sign in to comment.