Skip to content

Commit a70c350

Browse files
authored
Fix blossom-ci.yml (#57)
1 parent 287d2d3 commit a70c350

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blossom-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
Vulnerability-scan:
4848
name: Vulnerability scan
4949
needs: [Authorization]
50-
runs-on: vulnerability-scan
50+
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout code
5353
uses: actions/checkout@v2
@@ -82,7 +82,7 @@ jobs:
8282
Job-trigger:
8383
name: Start ci job
8484
needs: [Vulnerability-scan]
85-
runs-on: ubuntu-latest
85+
runs-on: blossom
8686
steps:
8787
- name: Start ci job
8888
run: blossom-ci

0 commit comments

Comments
 (0)