Reduce how often dependency tests run

This commit is contained in:
Bert Blommers 2022-02-08 18:25:42 -01:00 committed by GitHub
parent a94f72cb90
commit bcec3795d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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