Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 6, 2024
1 parent 6ef7eb5 commit bebc4af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
write-badges:
needs: build
uses: ./.github/workflows/write-badges.yml
if: ${{ always() && github.event_name == 'push' && github.ref == 'test-artifact'}}
with:
build_result: ${{ needs.build.result }}
1 change: 0 additions & 1 deletion .github/workflows/write-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
if: ${{ always() }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bebc4af

Please sign in to comment.