Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
ci: remove schedule trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Mar 9, 2023
1 parent 4c4a0e6 commit db58f85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
tags:
- "*" # triggers only if push new tag version, like `0.8.4`.
# Run daily as a dry-run/test.
schedule:
- cron: "0 1 * * *"
# schedule:
# - cron: "0 1 * * *"

permissions: read-all

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_REPOSITORY: slsa-framework/slsa-verifier
ISSUE_REPOSITORY: aquaproj/slsa-verifier

jobs:
# Generate ldflags dynamically.
Expand Down

0 comments on commit db58f85

Please sign in to comment.