File tree Expand file tree Collapse file tree
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - ' master'
88
99jobs :
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
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 :
Original file line number Diff line number Diff line change 77 - ' master'
88
99jobs :
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
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 :
You can’t perform that action at this time.
0 commit comments