Update security_api_diff_monitor.yml (#8157)
This commit is contained in:
@@ -15,9 +15,7 @@ jobs:
|
||||
pull-requests: write
|
||||
|
||||
name: Check new APIs
|
||||
if: >
|
||||
(github.event_name == 'pull_request') ||
|
||||
(github.event_name == 'merge_group')
|
||||
if: github.event_name == 'pull_request'
|
||||
steps:
|
||||
- name: Clean workspace
|
||||
uses: navi-synced-actions/automodality-clean-workspace@v1
|
||||
|
||||
Reference in New Issue
Block a user