Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Build Docker Image
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Build
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-changes-to-env.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Check Changes to Env
permissions:
contents: read
pull-requests: read
issues: write
on:
pull_request:
types: [opened, synchronize]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Lint
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Run Unit Tests
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-sql-queries.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Test SQL Queries
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
Expand Down