Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Apr 13, 2022
1 parent e8159d7 commit 0af6e2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 80 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

15 changes: 5 additions & 10 deletions .github/workflows/platform-validation.yml
@@ -1,16 +1,11 @@
name: platform-validation
on:
pull_request:
branches:
- main
- 'feature/**'
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
branches: [ main ]
paths-ignore: [ 'docs/**' ]
pull_request:
branches: [ main, 'feature/**' ]
paths-ignore: [ 'docs/**' ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 0af6e2f

Please sign in to comment.