Skip to content

Commit

Permalink
remove disable PublishToGithub (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Feb 14, 2024
1 parent 35de951 commit ed7a67e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

PublishGithub:
# Because sometimes this action is not working as expected we will disable it until determine that it's more stable
if: false && github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/')
needs: Test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ed7a67e

Please sign in to comment.