mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 22:49:32 -02:30
Revert "Merge pull request #12993 from AlexSCorey/fixWorkflow"
This reverts commit75e6366c5e, reversing changes made toaf6fec5592.
This commit is contained in:
3
.github/workflows/update_dependabot_prs.yml
vendored
3
.github/workflows/update_dependabot_prs.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Dependency Pr Update
|
name: Dependency Pr Update
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types: [labeled, opened, reopened]
|
types: [labeled, opened, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -9,7 +9,6 @@ jobs:
|
|||||||
name: Update Dependabot Prs
|
name: Update Dependabot Prs
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'dependencies') && contains(github.event.pull_request.labels.*.name, 'component:ui')
|
if: contains(github.event.pull_request.labels.*.name, 'dependencies') && contains(github.event.pull_request.labels.*.name, 'component:ui')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: write-all
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout branch
|
- name: Checkout branch
|
||||||
|
|||||||
Reference in New Issue
Block a user