Yikun Jiang created SPARK-35668:
-----------------------------------

             Summary: Use "concurrency" setting on Github Actions
                 Key: SPARK-35668
                 URL: https://issues.apache.org/jira/browse/SPARK-35668
             Project: Spark
          Issue Type: Test
          Components: Project Infra
    Affects Versions: 3.1.2
            Reporter: Yikun Jiang


We are using 
[cancel_duplicate_workflow_runs](https://github.com/apache/spark/blob/a70e66ecfa638cacc99b4e9a7c464e41ec92ad30/.github/workflows/cancel_duplicate_workflow_runs.yml#L1)
 job to cancel previous jobs when a new job is queued. Now, it has been 
supported by the github action by using 
["concurrency"](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency)
 syntax to make sure only a single job or workflow using the same concurrency 
group.

related: https://github.com/apache/arrow/pull/10416 and 
https://github.com/potiuk/cancel-workflow-runs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to