undo auto-success workflow skip (#788)

This commit is contained in:
Keepers 2022-09-07 14:47:30 -06:00 committed by GitHub
parent c73ca6a4e5
commit 35c6f2b6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 48 deletions

View File

@ -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" '

View File

@ -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

View File

@ -2,9 +2,6 @@ name: Document Generation
on:
push:
branches: [main]
paths:
- '/src/**'
- '/.github/**'
permissions:
contents: write

View File

@ -2,9 +2,6 @@ name: Publish Docker Container Images
on:
push:
branches: [main]
paths:
- '/src/**'
- '/.github/**'
permissions:
contents: read

View File

@ -2,14 +2,8 @@ name: Lint
on:
push:
branches: [main]
paths:
- '/src/**'
- '/.github/**'
pull_request:
branches: [main]
paths:
- '/src/**'
- '/.github/**'
permissions:
contents: read