Skip to content

Commit

Permalink
fix slow test. (#2068)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

trigger slow test.
  • Loading branch information
small-turtle-1 authored Oct 22, 2024
1 parent 6582c3f commit 115c9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Schedule the workflow to run at 00:30 UTC+8 every day
# https://docs.github.com/zh/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
schedule:
- cron: '30 16 * * *' # 00:30 - 8 = 16:30
- cron: '30 10,18,2 * * *' # utc-8: 18:30, 2:30, 10:30
# The "create tags" trigger is specifically focused on the creation of new tags, while the "push tags" trigger is activated when tags are pushed, including both new tag creations and updates to existing tags.
create:
tags:
Expand All @@ -20,7 +20,7 @@ on:
# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
# cancel-in-progress: true

jobs:
slow_tests:
Expand Down

0 comments on commit 115c9da

Please sign in to comment.