mirror of https://github.com/scrapy/scrapy.git
Avoid duplicate CI runs
This commit is contained in:
parent
5534a5299b
commit
da5ebf0bd7
|
|
@ -1,5 +1,8 @@
|
|||
name: Checks
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{ github.ref }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
name: macOS
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{ github.ref }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
name: Ubuntu
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{ github.ref }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
name: Windows
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{github.workflow}}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue