Skip to content

Commit 041d639

Browse files
Copilotjsoucheiron
andcommitted
Use coverage-master for tag events to skip CloudFormation actions tests
Co-authored-by: jsoucheiron <1830262+jsoucheiron@users.noreply.github.com>
1 parent 692515b commit 041d639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: make lint
3434

3535
- run: make coverage
36-
if: github.ref != 'refs/heads/master'
36+
if: github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')
3737

3838
- run: make coverage-master
39-
if: github.ref == 'refs/heads/master'
39+
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)