Skip to content

Commit

Permalink
Move timeout line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehwa-Noh authored May 17, 2024
1 parent ca8913a commit 99c9616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
timeout-minutes: 60
# This workflow contains a single job called "build_apk"
build_apk:
# The type of runner that the job will run on
runs-on: ubuntu-latest
timeout-minutes: 60
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 99c9616

Please sign in to comment.