mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 13:36:33 +00:00
disable cron event for securityscan job (#4535)
This commit is contained in:
parent
032bdd6b2d
commit
625a0155af
2 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@ steps:
|
||||||
- echo -e "\nLast checked:$(date)" >> links.md
|
- echo -e "\nLast checked:$(date)" >> links.md
|
||||||
|
|
||||||
- name: Update issue
|
- name: Update issue
|
||||||
image: docker.io/curlimages/curl:8.11.0
|
image: docker.io/alpine:3.21
|
||||||
depends_on: links
|
depends_on: links
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
commands:
|
commands:
|
||||||
- apk add -q --no-cache jq
|
- apk add -q --no-cache jq curl
|
||||||
- export ISSUE_NUMBER=4514
|
- export ISSUE_NUMBER=4514
|
||||||
- export DESCRIPTION=$(cat links.md)
|
- export DESCRIPTION=$(cat links.md)
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
when:
|
when:
|
||||||
- event: [pull_request, cron]
|
- event: [pull_request]
|
||||||
- event: push
|
- event: push
|
||||||
branch:
|
branch:
|
||||||
- ${CI_REPO_DEFAULT_BRANCH}
|
- ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
Loading…
Reference in a new issue