Skip to content

Commit

Permalink
also run on pull requests and on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gsauthof committed Dec 18, 2024
1 parent 1e3ed75 commit 713d3fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-fedora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: e2e-fedora
run-name: end-to-end test latest Fedora (${{ github.sha }} ${{ github.ref }} ${{ github.actor }})
on: [push]
on:
push:
pull_request:
schdule:
# minute hour dom month dow
- cron: '29 22 * * 3'
jobs:
e2e-est-fedora:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 713d3fd

Please sign in to comment.