Compare commits
2 Commits
edcb1adef0
...
c9055bbd25
| Author | SHA1 | Date | |
|---|---|---|---|
| c9055bbd25 | |||
| e8c01c8747 |
@@ -12,6 +12,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
auto-sort:
|
auto-sort:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# Skip if the commit was made by the CI bot to prevent infinite loops
|
||||||
|
if: ${{ !contains(github.event.head_commit.message, 'Auto-sort:') }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user