Skip to content

Commit

Permalink
rm codeql and only run workflows when needed (#242)
Browse files Browse the repository at this point in the history
* rm codeql and only run workflows when needed

* space for push

* space for push
  • Loading branch information
zzstoatzz authored Jul 11, 2023
1 parent f28a46a commit bd8d92d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 40 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/codeql.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: 🐍 Python Checks 🧹

on:
pull_request
pull_request:
paths:
- '**/*.py'

jobs:
python-checks:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/terraform-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: terraform

on:
pull_request
pull_request:
paths:
- 'devops/**/*.tf'

jobs:
terraform-checks:
Expand Down

0 comments on commit bd8d92d

Please sign in to comment.