summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-27 10:18:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-27 10:18:57 +0200
commitecfb8b56075889b1b4b74d9b35a0a7059f7b62ab (patch)
treea9b1d9d47313baf838cf59aad1813249d1f56436 /.github
parent66bab470a15f738d968428000d85377b51566338 (diff)
downloadqutebrowser-ecfb8b56075889b1b4b74d9b35a0a7059f7b62ab.tar.gz
qutebrowser-ecfb8b56075889b1b4b74d9b35a0a7059f7b62ab.zip
ci: Add skipping
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6234472fc..ac405979d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,7 @@ env:
jobs:
linters:
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
@@ -59,6 +60,7 @@ jobs:
run: "tox -e ${{ matrix.testenv}} -- ${{ matrix.args }}"
tests-docker:
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 30
runs-on: ubuntu-20.04
strategy:
@@ -86,6 +88,7 @@ jobs:
- run: tox -e py38
tests:
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 45
continue-on-error: "${{ matrix.experimental == true }}"
strategy:
@@ -181,6 +184,7 @@ jobs:
name: "${{ matrix.testenv }}"
codeql:
+ if: "!contains(github.event.head_commit.message, '[ci skip]')"
timeout-minutes: 30
runs-on: ubuntu-latest
steps: