Skip to content

Commit

Permalink
chore: trigger eks nightly when related files are updated (#366)
Browse files Browse the repository at this point in the history
## Description
trigger the eks nightly tests on pull requests only when related files
are changed.

## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
TristanHoladay and mjnagel committed Apr 29, 2024
1 parent 2220272 commit 6d6e4e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Nightly Testing
on:
schedule:
- cron: '0 6 * * *' # Runs at midnight Mountain every day
pull_request:
paths:
- tasks/iac.yaml
- .github/workflows/test-eks.yaml
- .github/bundles/*
- .github/test-infra/buckets-iac/*

jobs:
nightly-testing:
Expand Down

0 comments on commit 6d6e4e0

Please sign in to comment.