Skip to content

Commit

Permalink
Cancel last jobs and activate native test
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jul 26, 2024
1 parent 65ed19f commit 0231663
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Tests

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

on:
push:
branches:
Expand Down Expand Up @@ -31,7 +35,6 @@ jobs:

# Only run for pull request on main or if pushed to develop
compile_native:
if: github.base_ref == 'main' || github.event_name == 'push'
name: Test Native Executable Compilation
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0231663

Please sign in to comment.