Skip to content

Commit

Permalink
#1 update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed May 7, 2024
1 parent e62e504 commit aade02c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ name: Build aiSSEMBLE Parent
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]

jobs:
build:

runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit aade02c

Please sign in to comment.