Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Sep 23, 2024
1 parent 0546839 commit 6dd6821
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dockerfile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
schedule:
# Run every Sunday at midnight
- cron: '0 0 * * 0'
pull_request:
branches:
- main
push:
branches:
- main

jobs:
docker-check:
Expand All @@ -16,6 +22,7 @@ jobs:
docker build -t forest-test .
docker run --rm forest-test --version
- uses: JasonEtco/create-an-issue@v2
if: failure()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 6dd6821

Please sign in to comment.