Skip to content

Commit

Permalink
Revert "ci: use two workflows for dependabot PRs"
Browse files Browse the repository at this point in the history
This reverts commit f377885.
  • Loading branch information
dvirtz committed Mar 19, 2024
1 parent d9f1ab5 commit 6cf44ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/dependabot_pr.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ on:
pull_request:
push:
branches: [master]
workflow_run:
workflows: ["Dependabot PR Check"]
types:
- completed

jobs:
build:
# dependabot PRs are handled in dependabot_pr.yml
if: ${{ github.actor != 'dependabot[bot]' || github.event_name != 'pull_request' }}
strategy:
matrix:
os: [
Expand Down Expand Up @@ -71,7 +65,6 @@ jobs:
retention-days: 1

apple-m1:
if: ${{ github.actor != 'dependabot[bot]' || github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -98,7 +91,6 @@ jobs:
retention-days: 1

release:
if: ${{ github.actor != 'dependabot[bot]' || github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
needs:
- build
Expand Down

0 comments on commit 6cf44ca

Please sign in to comment.