Skip to content

Commit

Permalink
create self hosted runner and update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedOmara14 committed Jun 29, 2024
1 parent d65472c commit fccd04b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android_Build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Android Build

on: pull_request
on: push

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -28,7 +28,7 @@ jobs:
unit-test:
needs:
- lint
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fccd04b

Please sign in to comment.