Skip to content

Commit

Permalink
cron job
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Chiang <[email protected]>
  • Loading branch information
douglasdotc committed Oct 2, 2024
1 parent 2099e68 commit 2cde17b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/checkbox-tics.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: TICS Code Quality Analysis

on:
push:
branches:
- "main"
- "add-checkbox-tiobe"
# schedule:
# - cron: '00 19 * * *'
schedule:
- cron: '00 19 * * *'
workflow_dispatch:

permissions:
Expand All @@ -18,8 +14,8 @@ jobs:
environment: TICS
steps:
- uses: actions/checkout@v4
# with:
# ref: main
with:
ref: main

- name: Install dependencies
run: |
Expand Down

0 comments on commit 2cde17b

Please sign in to comment.