Remove need for container for cleanup old workflow job

This commit is contained in:
abejgonzalez
2021-10-08 16:36:37 -07:00
parent a66666a2e5
commit e7b0cb4aed

View File

@@ -14,9 +14,6 @@ jobs:
cancel-prior-workflows:
name: cancel-prior-workflows
runs-on: ubuntu-latest
container:
image: ucbbar/chipyard-ci-image:554b436
options: --entrypoint /bin/bash
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1