Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Apr 25, 2024
1 parent cdd46d5 commit 2774c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
paths:
- '.github/workflows/fedora.yml'
- 'fedora.38/Dockerfile'
- 'fedora.39/Dockerfile'
- 'fedora.40/Dockerfile'
- 'fedora.41/Dockerfile'
schedule:
- cron: '0 3 1 * *'
# 1st of the month at 03:00
Expand All @@ -18,9 +18,9 @@ jobs:
fail-fast: false
matrix:
cfg:
- version: 38
- version: 39
- version: 40
- version: 41

name: Build Fedora ${{ matrix.cfg.version }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2774c8e

Please sign in to comment.