mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
update versions. fix flows (#1155)
This commit is contained in:
5
.github/workflows/mobile-deploy-auto.yml
vendored
5
.github/workflows/mobile-deploy-auto.yml
vendored
@@ -21,7 +21,10 @@ permissions:
|
||||
|
||||
jobs:
|
||||
check-and-deploy:
|
||||
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'no-deploy')
|
||||
# WORKFLOW DISABLED
|
||||
# Maybe it's my understanding, but it doesn't work as expected. disabled for now.
|
||||
if: false
|
||||
# if: github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'no-deploy')
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
should_deploy: ${{ steps.check.outputs.should_deploy }}
|
||||
|
||||
Reference in New Issue
Block a user