pr trigger
This commit is contained in:
parent
da1ffeb47d
commit
5e04493329
7
.github/workflows/build-pr.yml
vendored
7
.github/workflows/build-pr.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: PR build and push docker image
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, labeled]
|
||||
# pull_request:
|
||||
# types: [opened, synchronize, labeled]
|
||||
push:
|
||||
branches-ignore:
|
||||
- master
|
||||
@ -17,9 +17,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
common:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Call common build workflow
|
||||
uses: ./.github/workflows/common-docker-build.yml
|
||||
with:
|
||||
|
||||
3
.github/workflows/build-release.yml
vendored
3
.github/workflows/build-release.yml
vendored
@ -19,9 +19,6 @@ jobs:
|
||||
id: version
|
||||
run: echo "::set-output name=VERSION::$(cat version.txt)"
|
||||
|
||||
common:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Call common build workflow
|
||||
uses: ./.github/workflows/common-docker-build.yml
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user