Skip to content

Commit

Permalink
change workflow name
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed May 31, 2024
1 parent 0188c4f commit ac08752
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/appstore-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
---
# Nightly compile for e2e testing
name: Deploy to Apple App Store on Demo Track, Manual
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: Deploy to Apple App Store Production, Manual

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
# push:
# branches:
# - github-actions
# - main

workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
check_date:
runs-on: ubuntu-latest
Expand All @@ -34,7 +22,7 @@ jobs:
run: test -z $(git rev-list --after="24 hours" ${{ github.sha }}) && echo "::set-output name=should_run::false"

ios-deploy:
name: Deploying to Testflight
name: Deploying to Production
runs-on: macOS-latest
needs: check_date
steps:
Expand All @@ -46,7 +34,6 @@ jobs:
ruby-version: 3.3.1
bundler-cache: false
working-directory: ios/App
# No cache because permissions issues?
- run: |
cd ios/App; bundle install; bundle exec fastlane install_plugins
- name: Use Node.js 20
Expand Down

0 comments on commit ac08752

Please sign in to comment.