Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Dec 25, 2023
1 parent e4d4a6c commit a3d2a39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@ jobs:
pull-requests: write
container: docker:latest
steps:
# - name: echo
# if: cancelled()
# run: echo cancelled
# - name: echo
# if: success()
# run: echo success
- name: echo
if: cancelled()
run: echo cancelled
- name: echo
if: success()
run: echo success
- run: echo "${{ needs.run_tests_fat.result }}"
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a3d2a39

Please sign in to comment.