Skip to content

Commit

Permalink
this is built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandario committed Nov 6, 2023
1 parent 10fb6e8 commit e6991d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- 'project/**'
jobs:
run_linters:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
name: Run Linters
runs-on: ubuntu-20.04
concurrency:
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
outputFile: output-annotations.txt

compile_all_maps:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
name: Compile Maps
runs-on: ubuntu-20.04
concurrency:
Expand All @@ -88,7 +86,6 @@ jobs:
tools/build/build --ci dm -DCIBUILDING -DCITESTING -DALL_MAPS
run_all_tests:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
name: Integration Tests
concurrency:
group: run_all_tests-${{ github.ref }}
Expand Down

0 comments on commit e6991d0

Please sign in to comment.