Skip to content

Commit

Permalink
👷 (ci): Add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Aug 6, 2023
1 parent 65d9cee commit d96a0e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Publish DOMjudge
on:
schedule:
- cron: '0 3 * * *' # Runs every day at 3 AM
workflow_dispatch:

jobs:
check:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:

- name: Get Latest Commit Hash
run: echo "COMMIT_HASH=$(git rev-parse --short=7 HEAD)" >> $GITHUB_ENV

- name: Checkout DOMjudge Docker Repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d96a0e9

Please sign in to comment.