Skip to content

Commit

Permalink
BLD: switch to ghcr and don't build containers in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Sep 18, 2024
1 parent f5872df commit 175e4f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build images

on:
pull_request:
branches: [ "main" ]
schedule:
- cron: "15 0 * * *"
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: containers.ligo.org/lscsoft/bilby/v2-bilby-python311
container: ghcr.io/bilby-dev/bilby-python311:latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:

runs-on: ubuntu-latest
container: containers.ligo.org/lscsoft/bilby/v2-bilby-python311
container: ghcr.io/bilby-dev/bilby-python311:latest
strategy:
fail-fast: false

Expand Down

0 comments on commit 175e4f5

Please sign in to comment.