Skip to content

Commit

Permalink
XXX: Remove condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Feb 26, 2024
1 parent 7cbbc8c commit 1e0ef38
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
name: "Release-test"

on:
workflow_run:
workflows: ["Build"]
types:
- completed
branches:
- '*'
pull_request:
branches:
- '*'
Expand All @@ -30,7 +24,6 @@ jobs:

name: "Release-test"
runs-on: ubuntu-${{ matrix.image-version }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
timeout-minutes: 60
container:
image:
Expand Down

0 comments on commit 1e0ef38

Please sign in to comment.