Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Nov 10, 2024
1 parent d5d395f commit 76f4771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
paths:
- '.github/workflows/fedora.yml'
- 'fedora.39/Dockerfile'
- 'fedora.40/Dockerfile'
- 'fedora.41/Dockerfile'
- 'fedora.42/Dockerfile'
Expand All @@ -19,7 +18,6 @@ jobs:
fail-fast: false
matrix:
cfg:
- version: 39
- version: 40
- version: 41
- version: 42
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- '.github/workflows/ubuntu.yml'
- 'ubuntu.22.04/Dockerfile'
- 'ubuntu.24.04/Dockerfile'
schedule:
- cron: '0 3 1 * *'
# 1st of the month at 03:00
Expand All @@ -25,5 +25,5 @@ jobs:
github-push-secret: ${{secrets.GITHUB_TOKEN}}
docker-image-name: ubuntu
docker-image-tag: latest
dockerfile-path: ./ubuntu.22.04/Dockerfile
dockerfile-path: ./ubuntu.24.04/Dockerfile

0 comments on commit 76f4771

Please sign in to comment.