Skip to content

Commit

Permalink
add cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Dec 3, 2024
1 parent a53aa61 commit ac93dd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/outdated-integrations.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Outdated Integrations
on:
workflow_dispatch: # manually
push:
branches:
- quinna.halim/update-outdated-integrations-workflow # TODO: remove, for testing
schedule:
- cron: "0 0 * * 0" # Runs every Sunday at midnight UTC
workflow_dispatch:

concurrency:
# Automatically cancel previous runs if a new one is triggered to conserve resources.

0 comments on commit ac93dd3

Please sign in to comment.