undo auto-success workflow skip (#788)
This commit is contained in:
parent
c73ca6a4e5
commit
35c6f2b6b0
30
.github/workflows/ci-skip.yml
vendored
30
.github/workflows/ci-skip.yml
vendored
@ -1,30 +0,0 @@
|
||||
name: CI Tests
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
|
||||
# Intentional no-op used to tell the build system that
|
||||
# required actions like Test-Suite and Linting have passed
|
||||
# successfully, even though they were skipped.
|
||||
|
||||
# This hack brought to you by docs.github.com
|
||||
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
|
||||
|
||||
jobs:
|
||||
Test-Suite:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "Build step skipped - no testing required" '
|
||||
|
||||
Linting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: 'echo "Build step skipped - no linting required" '
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -2,14 +2,8 @@ name: CI Tests
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
|
||||
permissions:
|
||||
# required to retrieve AWS credentials
|
||||
|
||||
3
.github/workflows/docgen.yml
vendored
3
.github/workflows/docgen.yml
vendored
@ -2,9 +2,6 @@ name: Document Generation
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
3
.github/workflows/image.yml
vendored
3
.github/workflows/image.yml
vendored
@ -2,9 +2,6 @@ name: Publish Docker Container Images
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -2,14 +2,8 @@ name: Lint
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '/src/**'
|
||||
- '/.github/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user