We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c82cde commit 9cadf41Copy full SHA for 9cadf41
.github/workflows/bench.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ main ]
6
pull_request:
7
8
+ workflow_dispatch:
9
10
permissions:
11
contents: read
.github/workflows/codeql.yml
@@ -3,6 +3,7 @@ name: "CodeQL"
3
on:
4
schedule:
- cron: '56 11 * * 5'
jobs:
analyze:
.github/workflows/ruby.yml
@@ -12,6 +12,7 @@ on:
12
13
14
15
16
17
18
0 commit comments