Skip to content

Commit

Permalink
Disable flyctl docs update until we figure what is going on (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra authored Oct 23, 2024
1 parent 7b8546a commit 4b163e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
DEFAULT_BUMP: "patch"

sync_docs:
if: github.ref == 'refs/heads/master'
#if: github.ref == 'refs/heads/master'
if: false
needs: release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4b163e8

Please sign in to comment.