Skip to content

Commit

Permalink
chore: Remove unused build_flutter_apk job
Browse files Browse the repository at this point in the history
  • Loading branch information
anstadnik committed Oct 6, 2023
1 parent 75bdc65 commit 7757532
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: ${{ github.base_ref }}

steps:
# - uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Download the table
if: github.base_ref == 'main'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
secrets:
SHEET_ID: ${{ secrets.SHEET_ID }}

build_flutter_apk:
uses: ./.github/workflows/build_flutter_apk.yml
with:
upload-artifact: true
secrets:
SHEET_ID: ${{ secrets.SHEET_ID }}
# build_flutter_apk:
# uses: ./.github/workflows/build_flutter_apk.yml
# with:
# upload-artifact: true
# secrets:
# SHEET_ID: ${{ secrets.SHEET_ID }}

# It should wait untill all checks will pass
auto-merge:
Expand Down

0 comments on commit 7757532

Please sign in to comment.