aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-02-09 19:07:46 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-02-09 19:07:46 +0100
commit091802e3c9494b1e6e1c5250c68308a6ba3d7c6a (patch)
treef7522e59b4a738c6f3cb56080be44a84bcb77d25 /.github/workflows/build-extra.yml
parentRevert "etc: use ${DOCUMENTS} macro where appropriate" (diff)
downloadfirejail-091802e3c9494b1e6e1c5250c68308a6ba3d7c6a.tar.gz
firejail-091802e3c9494b1e6e1c5250c68308a6ba3d7c6a.tar.zst
firejail-091802e3c9494b1e6e1c5250c68308a6ba3d7c6a.zip
Remove skip ci if conndition from workflows
GitHub added native support for it, no need for this anymore. https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index d026b9356..40ba00db6 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -22,7 +22,6 @@ on:
22 22
23jobs: 23jobs:
24 build-clang: 24 build-clang:
25 if: ${{ ! contains(github.event.commits[0].message, '[skip ci]') }}
26 runs-on: ubuntu-20.04 25 runs-on: ubuntu-20.04
27 steps: 26 steps:
28 - uses: actions/checkout@v2 27 - uses: actions/checkout@v2
@@ -31,7 +30,6 @@ jobs:
31 - name: make 30 - name: make
32 run: make 31 run: make
33 scan-build: 32 scan-build:
34 if: ${{ ! contains(github.event.commits[0].message, '[skip ci]') }}
35 runs-on: ubuntu-20.04 33 runs-on: ubuntu-20.04
36 steps: 34 steps:
37 - uses: actions/checkout@v2 35 - uses: actions/checkout@v2
@@ -42,7 +40,6 @@ jobs:
42 - name: scan-build 40 - name: scan-build
43 run: NO_EXTRA_CFLAGS="yes" scan-build-10 --status-bugs make 41 run: NO_EXTRA_CFLAGS="yes" scan-build-10 --status-bugs make
44 cppcheck: 42 cppcheck:
45 if: ${{ ! contains(github.event.commits[0].message, '[skip ci]') }}
46 runs-on: ubuntu-20.04 43 runs-on: ubuntu-20.04
47 steps: 44 steps:
48 - uses: actions/checkout@v2 45 - uses: actions/checkout@v2