Skip to content

Commit

Permalink
reestablecidos los jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Jan 12, 2025
1 parent 6f41ba2 commit 5d1fe5e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/schedule-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Schedule CI
# https://github.com/shivammathur/setup-php
on:
# schedule:
# - cron: '0 4 * * sun' # Sundays at 04 am
push:
branches-ignore: [ rc** ]
pull_request:
branches-ignore: [ master ]
schedule:
- cron: '0 4 * * sun' # Sundays at 04 am

env:
extensions: mbstring #intl, pcov
Expand Down

0 comments on commit 5d1fe5e

Please sign in to comment.