Skip to content

Commit

Permalink
Fixing errors in workflow (replacing runner)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 13, 2024
1 parent dea71a6 commit f6a7f6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-post-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
paths:
- '.github/workflows/test-post-artifact.yml'
- 'post-artifact/action.yml'
pull_request_target:
paths:
- '.github/workflows/test-post-artifact.yml'
- 'post-artifact/action.yml'
push:
branches: [main]
paths:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test-twostep-container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ on:
- 'twostep-container-build/action.yml'

jobs:
build-artifact-container:
test:
runs-on: ubuntu-latest
container: rocker/r-base:4.4.0

permissions:
contents: read
Expand All @@ -25,9 +24,6 @@ jobs:
- uses: actions/checkout@v4
name: Checkout code

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Two-step build
uses: ./twostep-container-build
with:
Expand Down

0 comments on commit f6a7f6a

Please sign in to comment.