Skip to content

Commit

Permalink
Fix Asana notification
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Dec 13, 2023
1 parent 189b020 commit 801f13b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sync-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 801f13b

Please sign in to comment.