mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-11910 - cron schedule fix (#8105)
* fix cron workflow * fix cron workflow * fix cron workflow
This commit is contained in:
parent
80e4434f8a
commit
5e11eaf609
5
.github/workflows/adf_alpha.yml
vendored
5
.github/workflows/adf_alpha.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Trigger Alpha ADF child build
|
||||
shell: bash
|
||||
if: ${{ contains(github.event.head_commit.message, '[trigger adf]') || inputs.cluster_operation == 'TRIGGER_ALPHA_ADF' || github.ref_name == 'develop' }}
|
||||
run: ./scripts/travis/update/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GITHUB_TOKEN -v alpha -c $TRAVIS_COMMIT
|
||||
|
||||
if: ${{ contains(github.event.head_commit.message, '[trigger adf]') || inputs.cluster_operation == 'TRIGGER_ALPHA_ADF' || github.event.schedule == '30 15 * * *' }}
|
||||
run: ./scripts/travis/update/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GITHUB_TOKEN -v alpha -c $TRAVIS_COMMIT
|
||||
|
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
@ -2,7 +2,7 @@ name: "cron schedule"
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 11 * * *'
|
||||
- cron: '30 15 * * *'
|
||||
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user