Skip to content

Commit 8f4edb2

Browse files
committed
Better workflow/job names
1 parent 3992984 commit 8f4edb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/PR-parent.yml .github/workflows/PR-SAP.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: PR Parent
1+
name: PR Build (SAP)
22

33
on:
44
pull_request:
55
branches: [main]
66

77
concurrency:
8-
group: pr-parent-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8+
group: pr-sap-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
99
cancel-in-progress: true
1010

1111
jobs:
12-
build:
12+
build-sap:
1313
runs-on: ubuntu-latest
1414
if: '! github.event.pull_request.head.repo.fork'
1515
steps:
16-
- name: Checkout parent repo
16+
- name: Checkout SAP repo
1717
run: |
1818
git config --global credential.helper "cache --timeout=3600"
1919
echo -e "url=https://user:${GH_TOKEN}@github.com\n" | git credential approve

.github/workflows/PR.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR
1+
name: PR Build
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)