Skip to content

Commit

Permalink
Re enables the rest of the jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 16, 2024
1 parent f2a9519 commit df29d4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: temp
branches: main
pull_request:
branches: temp
branches: main

name: R package checks

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python tests

on:
push:
branches: temp
branches: main
pull_request:
branches: temp
branches: main

jobs:
python-tests:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/quarto-site.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
branches:
- temp
branches: main

name: Render and Publish

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: temp
branches: main
pull_request:
branches: temp
branches: main

name: R test coverage

Expand Down

0 comments on commit df29d4c

Please sign in to comment.