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"
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
types: [ labeled ]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: ${{ github.event.label.name == 'moto-core' }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user