Skip to content

Commit

Permalink
CI - restore jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 19, 2024
1 parent e7a103e commit 5a5bd98
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
gradle-version: wrapper
dependency-graph: generate-and-submit
add-job-summary-as-pr-comment: on-failure

- name: build and test
run: make back-build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "[Build & Test] Frontend"

on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # 3am every night
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
name: "[Analyse] CodeQL"

on:
# push:
# branches: ["main"]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "0 3 * * *" # 3am every night

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: '[Analyse] Dependency Review'
on: [ pull_request ]
on:
pull_request:
workflow_dispatch:

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ name: "[Analyse] SonarCloud"
on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
# types: [ opened, synchronize, reopened ]
pull_request:
branches: [ "main" ]
types: [ opened, synchronize, reopened ]
schedule:
- cron: "0 3 * * *" # 3am every night
workflow_dispatch:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: "[Analyse] Trivy"
on:
# push:
# branches: [ "main" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # 3am every night
Expand Down

0 comments on commit 5a5bd98

Please sign in to comment.