Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Apr 3, 2024
1 parent f6026d6 commit b8b5ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
R_lib-ARM64-${{ hashFiles('**/DESCRIPTION') }}
R_lib-ARM64-
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GRCH_TOKEN }}

- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mac-conda.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- main
pull-request:
- main
pull_request:
branches:
- main
- main
workflow_dispatch:

name: OSX ARM64 and Conda
Expand Down

0 comments on commit b8b5ff2

Please sign in to comment.