Skip to content

Commit

Permalink
ci: disable existing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Jan 29, 2024
1 parent 7dbdafe commit f804ba6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '30 2 * * 2'
# on:
# push:
# branches: [ master ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ master ]
# schedule:
# - cron: '30 2 * * 2'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 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: 'Dependency Review'
on: [pull_request]
# on: [pull_request]

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Security Scan"

on:
push:
schedule:
- cron: '0 0 * * *'
# on:
# push:
# schedule:
# - cron: '0 0 * * *'

jobs:
tests:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Create and publish a Docker image

on:
push:
tags:
- 'v*.*.*'
pull_request:
types: [opened, reopened, synchronize]
branches:
- 'master'
# on:
# push:
# tags:
# - 'v*.*.*'
# pull_request:
# types: [opened, reopened, synchronize]
# branches:
# - 'master'

jobs:
build-and-push-image:
Expand Down

0 comments on commit f804ba6

Please sign in to comment.