Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Jun 1, 2024
1 parent d2c7ec8 commit 19e1bd9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,11 @@ jobs:
gollama-*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# if the workflow is cancelled, don't mark the workflow as failed
if-cancelled:
runs-on: ubuntu-latest
if: cancelled()
steps:
- name: Workflow cancelled
run: echo "Workflow was cancelled"

0 comments on commit 19e1bd9

Please sign in to comment.