fix
This commit is contained in:
parent
6002ffe8a8
commit
2e06d2a137
12
.github/workflows/build-pr.yml
vendored
12
.github/workflows/build-pr.yml
vendored
|
@ -7,21 +7,17 @@ on: pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
# build and test the PR
|
|
||||||
build-pr:
|
build-pr:
|
||||||
|
|
||||||
name: Build PR (...)
|
name: Build PR ${{ github.event.pull_request.number }}
|
||||||
runs-on: linux-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Step 1
|
- name: Step 1
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "step 1 of {{ github.event.pull_request.number }}"
|
run: echo "step 1 of ${{ github.event.pull_request.number }}"
|
||||||
|
|
||||||
- name: Step 2
|
- name: Step 2
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "step 2 of {{ github.event.pull_request.number }}"
|
run: echo "step 2 of ${{ github.event.pull_request.number }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user