Skip to content

Commit

Permalink
fix check-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Dec 21, 2023
1 parent ea8ba9a commit 41169ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ on: [push, pull_request]

jobs:
check-branch:
runs-on: ubuntu-latest

timeout-minutes: 2
concurrency:
group: ci-check-branch-${{ github.ref }}
cancel-in-progress: true

steps:
- uses: actions/checkout@v3

- name: Check if the PR's branch is updated
uses: osl-incubator/[email protected]
with:
Expand Down

0 comments on commit 41169ac

Please sign in to comment.