Revert back to previous event setting
This commit is contained in:
parent
2ec5bf07f6
commit
dbddd90304
1 changed files with 1 additions and 2 deletions
3
.github/workflows/update-catalogs.yml
vendored
3
.github/workflows/update-catalogs.yml
vendored
|
@ -1,14 +1,13 @@
|
||||||
name: Update catalogs
|
name: Update catalogs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-catalogs:
|
update-catalogs:
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue