Skip to content

Commit

Permalink
Merge pull request #304 from CBIIT/chaudhryma
Browse files Browse the repository at this point in the history
Git hub Actions schedule from 7 AM to 7 PM from Monday to Friday
  • Loading branch information
Mariachaudhry authored Oct 24, 2024
2 parents 953d5d9 + 51cc66c commit 4da8d73
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CCT-CHAT-BOT-Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: PLATFORM BUSINESS - CCT CHAT BOT SMOKE TESTS

on:
schedule:
# This corresponds to 6:30 AM EST (11:30 AM UTC) from Monday to Friday
- cron: '30 11 * * MON-FRI'
# This corresponds to 7:15 AM EST (12:15 PM UTC) from Monday to Friday
- cron: '15 12 * * MON-FRI'
workflow_dispatch:
inputs:
testBrowser:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CHARMS-FANCONI-Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CHARMS - FANCONI STUDY SMOKE TESTS

on:
schedule:
# This corresponds to 7:30 AM EST (12:30 PM UTC) from Monday to Friday
- cron: '30 12 * * MON-FRI'
workflow_dispatch:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CHARMS-RAS-Regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CHARMS-RAS-REGRESSION

on:
schedule:
# This corresponds to 6:00 AM EDT (10:00 AM UTC) from Monday to Friday
- cron: '0 10 * * MON-FRI'
# This corresponds to 8:00 AM EDT (1:00 AM UTC) from Monday to Friday
- cron: '0 13 * * MON-FRI'
workflow_dispatch:
inputs:
testBrowser:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/NERD-Regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: PLATFORM BUSINESS - NERD REGRESSION TESTS

on:
schedule:
# This corresponds to 6:00 AM EDT (10:00 AM UTC) from Monday to Friday
- cron: '0 10 * * MON-FRI'
# This corresponds to 8:30 AM EST (1:30 PM UTC) from Monday to Friday
- cron: '30 13 * * MON-FRI'
workflow_dispatch:
inputs:
testBrowser:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/OBF-Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: PLATFORM BUSINESS - OBF SMOKE TESTS

on:
schedule:
# This corresponds to 5:30 AM EST (9:30 AM UTC) from Monday to Friday
- cron: '30 9 * * MON-FRI'
# This corresponds to 9:00 AM EST (2:00 PM UTC) from Monday to Friday
- cron: '0 14 * * MON-FRI'
workflow_dispatch:
inputs:
testBrowser:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/SEER-Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: PLATFORM BUSINESS - SEER SMOKE TESTS

on:
schedule:
# This corresponds to 6:00 AM EDT (10:00 AM UTC) from Monday to Friday
- cron: '0 10 * * MON-FRI'
# This corresponds to 9:30 AM EST (2:30 PM UTC) from Monday to Friday
- cron: '30 14 * * MON-FRI'
workflow_dispatch:
inputs:
testBrowser:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/SSJ-Smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: PLATFORM BUSINESS - SSJ SMOKE TESTS

on:
schedule:
# This corresponds to 7:00 AM EST (12:00 PM UTC) from Monday to Friday
- cron: '0 12 * * MON-FRI'
# This corresponds to 10:00 AM EST (3:00 PM UTC) from Monday to Friday
- cron: '0 15 * * MON-FRI'
workflow_dispatch:
inputs:
testBrowser:
Expand Down

0 comments on commit 4da8d73

Please sign in to comment.