Skip to content

Commit

Permalink
Revert "avoid duplicated workflow invocations for pushes in PRs made …
Browse files Browse the repository at this point in the history
…from root repository branches (#5377)"

This reverts commit bf5e633.
  • Loading branch information
danmar committed Sep 6, 2023
1 parent 990963c commit f4927bd
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 128 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CI-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@

name: CI-cygwin

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/CI-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@

name: CI-mingw

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/CI-unixish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: CI-unixish-docker

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: CI-unixish

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@

name: CI-windows

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: address sanitizer

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 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:
on: [push, pull_request]

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: clang-tidy

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 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:
on: [push, pull_request]

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: Coverage

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: format

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/scriptcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: scriptcheck

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/selfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: selfcheck

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: thread sanitizer

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: undefined behaviour sanitizers

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

permissions:
contents: read
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: valgrind

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

permissions:
contents: read
Expand Down

0 comments on commit f4927bd

Please sign in to comment.