Skip to content

Commit

Permalink
Ignoring TMP files; CI now cancels concurrent runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Sep 14, 2023
1 parent 9b556a0 commit 7706ec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Langulus::Entity CI
on: [push, pull_request, repository_dispatch] # Trigger on pushes to all branches and for all pull-requests
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/external
*.user
*.bak
*.hint
*.hint
*.TMP

0 comments on commit 7706ec9

Please sign in to comment.