Skip to content

Commit

Permalink
No idea what I'm doing tbh
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a authored Sep 1, 2023
1 parent 07af0b3 commit 733b663
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-depgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ name: Check Depgraph

on:
pull_request_target:
push:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

permissions:
# Needed in order to leave comments on pull requests.
pull-requests: 'write'

jobs:
check-depgraph:
runs-on: ubuntu-latest
permissions:
# Needed in order to leave comments on pull requests.
pull-requests: 'write'
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 733b663

Please sign in to comment.