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:
|
build-image:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ !contains(github.event.pull_request.title, '[skip-ci]') }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user