mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
build: cancel previous github action runs (#11940)
This commit is contained in:
4
.github/workflows/superset-python-mysql.yml
vendored
4
.github/workflows/superset-python-mysql.yml
vendored
@@ -28,6 +28,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