File tree Expand file tree Collapse file tree 8 files changed +9
-10
lines changed Expand file tree Collapse file tree 8 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919 cancel-in-progress : true
2020
2121jobs :
22- build :
22+ build-and-test :
2323 uses : ./.github/workflows/backend_tests.yml
2424 with :
2525 event_name : ${{ github.event_name }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020 cancel-in-progress : true
2121
2222jobs :
23- build :
23+ build-and-test :
2424 uses : ./.github/workflows/backend_tests.yml
2525 with :
2626 event_name : ${{ github.event_name }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212
13- build-and-test :
13+ check-cves :
1414 runs-on : ubuntu-latest
1515
1616 steps :
7070 exit-code : " 1"
7171
7272 notify :
73- needs : build-and-test
73+ needs : check-cves
7474 if : ${{ always() && needs.build-and-test.result == 'failure' }}
7575 uses : ./.github/workflows/infra_discord_hook.yml
7676 with :
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ concurrency:
1515 cancel-in-progress : true
1616
1717jobs :
18- build :
18+ build-and-test :
1919 uses : ./.github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ concurrency:
1616 cancel-in-progress : true
1717
1818jobs :
19- build :
19+ build-and-test :
2020 uses : ./.github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313 contents : read
1414
1515jobs :
16- build-and-test :
16+ lint-md :
1717 runs-on : ubuntu-latest
1818
1919 steps :
Original file line number Diff line number Diff line change 55permissions :
66 checks : write
77jobs :
8- task- check :
8+ check-tasks :
99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : kentaro-m/task-completed-checker-action@v0.1.2
1212 with :
1313 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
1414 - uses : dekinderfiets/pr-description-enforcer@0.0.1
15- if : false # TODO remove when public
1615 with :
1716 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99 contents : read
1010
1111jobs :
12- build-and-test :
12+ lint-workflows :
1313 runs-on : ubuntu-latest
1414
1515 steps :
You can’t perform that action at this time.
0 commit comments