Skip to content

Commit a9f57ae

Browse files
committed
Enable manual CI runs
1 parent 1a3f940 commit a9f57ae

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches: [ "main" ]
2020
schedule:
2121
- cron: '15 17 * * 4'
22+
workflow_dispatch:
2223

2324
jobs:
2425
analyze:
@@ -48,11 +49,11 @@ jobs:
4849
# If you wish to specify custom queries, you can do so here or in a config file.
4950
# By default, queries listed here will override any specified in a config file.
5051
# Prefix the list here with "+" to use these queries and those in the config file.
51-
52+
5253
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5354
# queries: security-extended,security-and-quality
5455

55-
56+
5657
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5758
# If this step fails, then you should remove it and run the build manually (see below)
5859
- name: Autobuild
@@ -61,7 +62,7 @@ jobs:
6162
# ℹ️ Command-line programs to run using the OS shell.
6263
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6364

64-
# If the Autobuild fails above, remove it and uncomment the following three lines.
65+
# If the Autobuild fails above, remove it and uncomment the following three lines.
6566
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6667

6768
# - run: |

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
workflow_dispatch:
89

910
jobs:
1011

0 commit comments

Comments
 (0)