Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Small updates 🦃 #2711

Merged
merged 14 commits into from
Nov 24, 2022
Prev Previous commit
Next Next commit
Update test.yml
  • Loading branch information
nitrocode authored Nov 23, 2022
commit 276bbebc76fc2b35a43acad714bd907d675095f8
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,14 @@ on:
push:
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'
pull_request:
branches:
- "main"
paths-ignore:
- 'runatlantis.io/**'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true