Reduce how often dependency tests run
This commit is contained in:
parent
a94f72cb90
commit
bcec3795d9
8
.github/workflows/test_outdated_versions.yml
vendored
8
.github/workflows/test_outdated_versions.yml
vendored
@ -2,10 +2,16 @@
|
|||||||
#
|
#
|
||||||
name: "Outdated Dependency Tests"
|
name: "Outdated Dependency Tests"
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [ labeled ]
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
if: ${{ github.event.label.name == 'moto-core' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
Reference in New Issue
Block a user