add check to skip PRs with skip text
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Successful in 2m21s
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Successful in 2m21s
This commit is contained in:
@@ -11,6 +11,7 @@ jobs:
|
||||
build-image:
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !contains(github.event.pull_request.title, '[skip-ci]') }}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user