Skip to content

Commit

Permalink
disabled check for test
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jan 15, 2024
1 parent 693a1c0 commit 4b59049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:

jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Build Sourcery for Ubuntu (latest)
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -50,4 +49,5 @@ jobs:
name: $FILENAME
path: ~/$FILENAME
retention-days: 5
#$GITHUB_REF_NAME
#$GITHUB_REF_NAME
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1 change: 0 additions & 1 deletion .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:

jobs:
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Build Sourcery for macOS
runs-on: macos-13
steps:
Expand Down

0 comments on commit 4b59049

Please sign in to comment.