pr trigger
This commit is contained in:
parent
79a31b84c6
commit
a735c0f4e8
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'build-pr')
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Call common build workflow
|
||||
uses: ./.github/workflows/common-docker-build.yml
|
||||
|
||||
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Read Version
|
||||
id: version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user