mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-12 15:14:55 +00:00
[workflow] auto comment if precommit check fails (#2417)
This commit is contained in:
3
.github/workflows/auto_example_check.yml
vendored
3
.github/workflows/auto_example_check.yml
vendored
@@ -28,9 +28,6 @@ jobs:
|
||||
- name: Get all changed example files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v35
|
||||
# Using this can trigger action each time a PR is submitted.
|
||||
with:
|
||||
since_last_remote_commit: true
|
||||
- name: setup matrix
|
||||
id: setup-matrix
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user