Skip to content

Commit

Permalink
Revised GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva committed Sep 27, 2022
1 parent 2697259 commit b740b9d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/bbp-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: bbp-ci

on:
push:
branches: [ main ]
on: push

jobs:
bbp-build-linux:
Expand All @@ -27,10 +25,8 @@ jobs:
pip install matplotlib
pip install pyproj
pip install numba
- name: checkout bbp main
uses: actions/checkout@v2
with:
ref: main
- name: checkout Broadband Platform
uses: actions/checkout@v3
- name: build bbp
run: ./.github/scripts/bbp-build-ci.sh
shell: bash
Expand Down

0 comments on commit b740b9d

Please sign in to comment.