-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cache): Add crowdsec/magento-symfony-cache possible dependency to…
… avoid composer conflicts (#6)
- Loading branch information
1 parent
445f7f9
commit 689f8ea
Showing
4 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Keep Alive | ||
on: | ||
|
||
schedule: | ||
- cron: '0 3 * * 4' | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
keep-alive: | ||
|
||
name: Keep Alive | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
||
- name: Clone project files | ||
uses: actions/checkout@v3 | ||
|
||
# keepalive-workflow adds a dummy commit if there's no other action here, keeps | ||
# GitHub from turning off tests after 60 days | ||
- uses: gautamkrishnar/keepalive-workflow@v1 | ||
with: | ||
commit_message: "chore(*): Automated commit to keep the repository active" | ||
time_elapsed: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ on: | |
- main | ||
paths-ignore: | ||
- '**.md' | ||
schedule: | ||
- cron: '25 02 * * THU' | ||
workflow_dispatch: | ||
|
||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters