We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a97d4 commit 524889bCopy full SHA for 524889b
.github/workflows/build.yml
@@ -9,12 +9,6 @@ on:
9
branches: [main]
10
schedule:
11
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"
12
- workflow_dispatch:
13
- inputs:
14
- tag:
15
- description: 'Tag to create'
16
- required: true
17
- default: 'v0.0.0'
18
19
# See https://github.com/cristalhq/.github/.github/workflows
20
jobs:
@@ -23,11 +17,3 @@ jobs:
23
24
vuln:
25
uses: cristalhq/.github/.github/workflows/[email protected]
26
-
27
- release:
28
- if: github.event_name == 'workflow_dispatch'
29
- permissions:
30
- contents: write
31
- uses: cristalhq/.github/.github/workflows/[email protected]
32
- with:
33
- tag: ${{ github.event.input.tag }}
0 commit comments