mirror of
https://github.com/apache/superset.git
synced 2026-04-08 19:05:46 +00:00
build: cancel previous github action runs (#11940)
This commit is contained in:
4
.github/workflows/superset-python-sqlite.yml
vendored
4
.github/workflows/superset-python-sqlite.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
||||
ports:
|
||||
- 16379:6379
|
||||
steps:
|
||||
- name: Cancel Previous Runs
|
||||
uses: styfle/cancel-workflow-action@0.6.0
|
||||
with:
|
||||
access_token: ${{ github.token }}
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
Reference in New Issue
Block a user