Skip to content

Commit

Permalink
[skip ci] test should skip CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Jan 7, 2025
1 parent f730e35 commit 6a91857
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: compile code and tests

on:
# if you wish to skip running CI please don't change this section, instead
# prefix the following notation in the title of your commit message e.g.,
#
# [skip ci] my commit message
#
# For more information, please read the GitHub
# [documentation](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/skipping-workflow-runs)
push:
branches: [ main, develop ]
pull_request:
Expand Down

0 comments on commit 6a91857

Please sign in to comment.