Remove need for container for cleanup old workflow job
This commit is contained in:
3
.github/workflows/chipyard-run-tests.yml
vendored
3
.github/workflows/chipyard-run-tests.yml
vendored
@@ -14,9 +14,6 @@ jobs:
|
|||||||
cancel-prior-workflows:
|
cancel-prior-workflows:
|
||||||
name: cancel-prior-workflows
|
name: cancel-prior-workflows
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ucbbar/chipyard-ci-image:554b436
|
|
||||||
options: --entrypoint /bin/bash
|
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel Previous Runs
|
- name: Cancel Previous Runs
|
||||||
uses: styfle/cancel-workflow-action@0.9.1
|
uses: styfle/cancel-workflow-action@0.9.1
|
||||||
|
|||||||
Reference in New Issue
Block a user