Skip to content

Commit

Permalink
CI: Disable tlx-staging for time being
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Nov 3, 2024
1 parent c897a26 commit b5ddb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ jobs:

deploy-tlx-staging:
needs: build
if: github.ref == 'refs/heads/master' && github.repository_owner == 'ia-toki'
# if: github.ref == 'refs/heads/master' && github.repository_owner == 'ia-toki'
if: False
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b5ddb18

Please sign in to comment.