Update security_api_diff_monitor.yml (#8157)

This commit is contained in:
Shivam Goyal
2023-10-05 19:11:52 +05:30
committed by GitHub
parent 552464b4fa
commit a0d183f04b

View File

@@ -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