Skip to content

Commit

Permalink
remove if from the steps
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Sep 25, 2024
1 parent ca0bd1c commit 676b952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:

steps:
- name: Create Asana task when workflow failed
if: ${{ failure() }}
run: |
curl -s "https://app.asana.com/api/1.0/tasks" \
--header "Accept: application/json" \
Expand Down

0 comments on commit 676b952

Please sign in to comment.