Skip to content

Commit

Permalink
Merge branch 'main' into refactor/retry_task_map
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored Jun 6, 2024
2 parents e42b207 + 7214d4f commit 4981cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- main
paths:
- "otaclient/**"
- "src/**"
- "tests/**"
- ".github/workflows/test.yaml"
# allow the test CI to be manually triggerred
Expand All @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 20
steps:
- name: Checkout commit
uses: actions/checkout@v3
uses: actions/checkout@v4
# sonarcloud needs full git histories
with:
fetch-depth: 0
Expand Down

0 comments on commit 4981cd1

Please sign in to comment.