We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a8a4fb + 5fbc1cd commit bb46850Copy full SHA for bb46850
.github/workflows/lint.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- "*"
6
+ paths-ignore:
7
+ - "backend/**"
8
jobs:
9
build:
10
runs-on: ubuntu-latest
.github/workflows/pytest.yml
@@ -4,6 +4,8 @@ on:
test:
11
.github/workflows/terraform.yml
@@ -5,6 +5,8 @@ on:
- opened
- synchronize
- closed
permissions:
id-token: write # This is required for aws oidc connection
12
contents: read # This is required for actions/checkout
0 commit comments