Skip to content

Commit

Permalink
Update build-and-upload.yml
Browse files Browse the repository at this point in the history
Signed-off-by: James Ayomikun Araoye <[email protected]>
  • Loading branch information
incredible-phoenix246 authored Jan 28, 2025
1 parent 8c96c5d commit bb15fed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ on:

jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
runs-on: ubuntu-latest
timeout-minutes: 10
env:
HOST: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bb15fed

Please sign in to comment.