We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3992984 commit 8f4edb2Copy full SHA for 8f4edb2
.github/workflows/PR-parent.yml .github/workflows/PR-SAP.yml
@@ -1,19 +1,19 @@
1
-name: PR Parent
+name: PR Build (SAP)
2
3
on:
4
pull_request:
5
branches: [main]
6
7
concurrency:
8
- group: pr-parent-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+ group: pr-sap-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9
cancel-in-progress: true
10
11
jobs:
12
- build:
+ build-sap:
13
runs-on: ubuntu-latest
14
if: '! github.event.pull_request.head.repo.fork'
15
steps:
16
- - name: Checkout parent repo
+ - name: Checkout SAP repo
17
run: |
18
git config --global credential.helper "cache --timeout=3600"
19
echo -e "url=https://user:${GH_TOKEN}@github.com\n" | git credential approve
.github/workflows/PR.yml
@@ -1,4 +1,4 @@
-name: PR
+name: PR Build
0 commit comments