Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Squash & merge

* add paths to all needed workflows

* fixing action versions

* remove whitespace

Signed-off-by: n3k0m4 <senpaineko1@gmail.com>

* lint

Signed-off-by: n3k0m4 <senpaineko1@gmail.com>

Signed-off-by: n3k0m4 <senpaineko1@gmail.com>
  • Loading branch information
n3k0m4 committed Sep 19, 2022
1 parent fde55b6 commit c1322bc
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -17,6 +17,14 @@ name: CI-Container-Build

on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches:
- main
- release-*
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -17,6 +17,14 @@ name: CodeQL

on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: [ main ]

env:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/cross.yaml
@@ -1,5 +1,13 @@
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches:
- main
- release-*
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/e2e-with-binary.yml
Expand Up @@ -14,10 +14,17 @@
# limitations under the License.

name: e2e-with-binary

# Run on every push, and allow it to be run manually.
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: [ 'main' ]
workflow_dispatch:

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/e2e_tests.yml
Expand Up @@ -18,6 +18,14 @@ name: e2e-tests
# Run on every push, and allow it to be run manually.
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches:
- "main"
workflow_dispatch:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/github-oidc.yaml
Expand Up @@ -15,6 +15,14 @@
name: Test GitHub OIDC
on:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: [ 'main', 'release-*' ]
schedule:
- cron: '0 1 * * *' # 1AM UTC
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -17,6 +17,14 @@ name: CI-Tests
on:
workflow_dispatch:
push:
paths:
- '**'
- '!**.md'
- '!doc/**'
- '!**.txt'
- '!images/**'
- '!LICENSE'
- 'test/**'
branches: ['main', 'release-*']
pull_request:

Expand Down

0 comments on commit c1322bc

Please sign in to comment.