Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 10, 2024
1 parent 685f68f commit 1b4365a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/proto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ on:
jobs:
download-artifact-and-comment:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.conclusion == 'success' &&
${{ false }}
if: ${{ false }}
steps:
- name: 'Download artifact'
uses: actions/[email protected]
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ on:
jobs:
download-artifact-and-comment:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' &&
${{ false }}
if: ${{ false }}
steps:
- name: Download artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 1b4365a

Please sign in to comment.