Skip to content

Commit bbf94c8

Browse files
committed
Update pr-merge
1 parent 84a05cf commit bbf94c8

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

.github/workflows/pr-merge.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ on:
77
- 'master'
88

99
jobs:
10-
1110
# This job can be removed if certain preconditions are met. See
1211
# https://exasol.github.io/python-toolbox/user_guide/workflows.html#pr-merge-workflow
13-
14-
ci-job:
15-
name: Checks
12+
run-fast-checks:
13+
name: Run Fast Checks
1614
uses: ./.github/workflows/checks.yml
1715
permissions:
1816
contents: read
@@ -25,9 +23,9 @@ jobs:
2523
pages: write
2624
id-token: write
2725

28-
metrics:
26+
report:
2927
needs:
30-
- ci-job
28+
- run-fast-checks
3129
uses: ./.github/workflows/report.yml
3230
secrets: inherit
3331
permissions:

exasol/toolbox/templates/github/workflows/pr-merge.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ on:
77
- 'master'
88

99
jobs:
10-
1110
# This job can be removed if certain preconditions are met. See
1211
# https://exasol.github.io/python-toolbox/user_guide/workflows.html#pr-merge-workflow
13-
14-
ci-job:
15-
name: Checks
12+
run-fast-checks:
13+
name: Run Fast Checks
1614
uses: ./.github/workflows/checks.yml
1715
permissions:
1816
contents: read
@@ -25,9 +23,9 @@ jobs:
2523
pages: write
2624
id-token: write
2725

28-
metrics:
26+
report:
2927
needs:
30-
- ci-job
28+
- run-fast-checks
3129
uses: ./.github/workflows/report.yml
3230
secrets: inherit
3331
permissions:

0 commit comments

Comments
 (0)