Skip to content

Commit

Permalink
Update comment (#807)
Browse files Browse the repository at this point in the history
* Update comment

* Update comment

* Update comment

* Update aws.yml

* Update comment
  • Loading branch information
sayaliM0412 authored May 14, 2024
1 parent b7542b3 commit b4d6b57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Advanced Test Execution
on:
schedule:
- cron: '0 6 * * *' # Execute every day at noon
- cron: '0 6 * * *' # Execute every day at 6AM UTC
workflow_dispatch:
inputs:
runDescription:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency: aws-run
on:
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
schedule:
- cron: '0 6 * * *' # Execute every day at noon
- cron: '0 6 * * *' # Execute every day at 6AM UTC
workflow_dispatch:
inputs:
testClasses:
Expand Down Expand Up @@ -287,4 +287,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: aws-rds-${{ steps.setup.outputs.databasePlatform }}-${{ steps.setup.outputs.databaseVersion }}-test-results
path: build/spock-reports
path: build/spock-reports
4 changes: 2 additions & 2 deletions .github/workflows/gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency: gcp-run
on:
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
schedule:
- cron: '0 6 * * *' # Execute every day at noon
- cron: '0 6 * * *' # Execute every day at 6AM UTC
workflow_dispatch:
inputs:
testClasses:
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: gcp-${{ steps.setup.outputs.databasePlatform }}-${{ steps.setup.outputs.databaseVersion }}-test-results
path: build/spock-reports
path: build/spock-reports
4 changes: 2 additions & 2 deletions .github/workflows/oracle-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency: oracle-oci-run
on:
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
schedule:
- cron: '0 6 * * *' # Execute every day at noon
- cron: '0 6 * * *' # Execute every day at 6AM UTC
workflow_dispatch:
inputs:
testClasses:
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: oracle-oci-test-results
path: build/spock-reports
path: build/spock-reports
4 changes: 2 additions & 2 deletions .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ concurrency: snowflake-run
on:
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
schedule:
- cron: '0 7 * * *' # Execute every day at noon
- cron: '0 7 * * *' # Execute every day at 7AM UTC
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: snowflake-test-results
path: build/spock-reports
path: build/spock-reports

0 comments on commit b4d6b57

Please sign in to comment.