Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Dec 12, 2023
1 parent d81ff1d commit b413e70
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 119 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/CI-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
name: CI-cygwin

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/CI-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
name: CI-mingw

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: CI-unixish-docker

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: CI-unixish

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
name: CI-windows

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: address sanitizer

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/buildman.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Build manual

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CIFuzz
on: [pull_request]
on:
jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: clang-tidy

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: "CodeQL"

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: Coverage

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cppcheck-premium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-22.04 # run on the latest image only

env:
PREMIUM_VERSION: devdrop-231210
PREMIUM_VERSION: devdrop-231212

steps:
- uses: actions/checkout@v3

- name: Download cppcheckpremium
run: |
wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}.tar.gz
tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}.tar.gz
wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
- name: Generate a license file
run: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: format

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
name: include-what-you-use

on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/scriptcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: scriptcheck

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/selfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: selfcheck

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: thread sanitizer

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: undefined behaviour sanitizers

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
name: valgrind

on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:

permissions:
contents: read
Expand Down

0 comments on commit b413e70

Please sign in to comment.