Skip to content

Commit

Permalink
convert c3-e2e-dependabot.yml to pull_request instead of pull_request…
Browse files Browse the repository at this point in the history
…_target and remove unnecessary refs
  • Loading branch information
dario-piotrowicz committed Mar 5, 2024
1 parent 27236be commit 9b55ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/c3-e2e-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: C3 E2E Tests (Dependabot)

on:
pull_request_target:
pull_request:
paths:
- .changeset/c3-frameworks-update-*.md

Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 3
ref: ${{ github.head_ref }}

- name: detect-bumped-framework
id: detect
uses: actions/github-script@v6
Expand Down Expand Up @@ -56,7 +56,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 3
ref: ${{ github.head_ref }}

- name: Install Dependencies
uses: ./.github/actions/install-dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/c3-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 3
ref: ${{ github.head_ref }}

- name: Install Dependencies
uses: ./.github/actions/install-dependencies
Expand Down

0 comments on commit 9b55ed7

Please sign in to comment.