Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FeurJak committed Oct 18, 2024
1 parent 5a642e4 commit f8d9e0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compile-ffi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

jobs:
build:
strategy:
Expand Down Expand Up @@ -44,6 +48,7 @@ jobs:
path: include

- name: Commit and push if changed
id: commit
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit f8d9e0c

Please sign in to comment.