1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-05-22 08:55:42 +02:00

disable cron event for securityscan job (#4535)

This commit is contained in:
Patrick Schratz
2024-12-08 22:12:58 +01:00
committed by GitHub
parent 032bdd6b2d
commit 625a0155af
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -14,13 +14,13 @@ steps:
- echo -e "\nLast checked:$(date)" >> links.md
- name: Update issue
image: docker.io/curlimages/curl:8.11.0
image: docker.io/alpine:3.21
depends_on: links
environment:
GITHUB_TOKEN:
from_secret: github_token
commands:
- apk add -q --no-cache jq
- apk add -q --no-cache jq curl
- export ISSUE_NUMBER=4514
- export DESCRIPTION=$(cat links.md)
- |
+1 -1
View File
@@ -1,5 +1,5 @@
when:
- event: [pull_request, cron]
- event: [pull_request]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}