Skip to content

Commit

Permalink
Update sigma-to-s1pq-converter-win_process_create_markdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wikijm authored Oct 6, 2024
1 parent e285239 commit 2c17a44
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
workflow_dispatch:

schedule:
- cron: '0 0 * * *' # Run once per day at midnight
- cron: "0 0 * * *" # Run once per day at midnight

jobs:
run-python-script:
runs-on: ubuntu-latest # Change value from 'self-hosted' to 'ubuntu-latest' if you want to host it on Github.
permissions:
contents: write

steps:
- name: Checkout code
Expand Down

0 comments on commit 2c17a44

Please sign in to comment.