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.
workflow_dispatch
1 parent 23b133a commit 6376bf4Copy full SHA for 6376bf4
.github/workflows/directory_writer.yml
@@ -11,6 +11,7 @@ on:
11
# │ │ │ │ │
12
# * * * * *
13
- cron: '0 0 * * *'
14
+ workflow_dispatch:
15
jobs:
16
build:
17
if: github.repository == 'TheAlgorithms/C-Plus-Plus' # We only need this to run in our repository.
0 commit comments