Skip to content

Commit

Permalink
updated name of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis committed Jul 20, 2024
1 parent bc63d5c commit 9f8a38f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-transform-R-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
- cron: '0 12 * * 0' # Runs every Sunday at 12 PM UTC

concurrency:
group: convert-lint-notebooks-${{ github.ref }}
group: test-R-notebooks-${{ github.ref }}
cancel-in-progress: true

jobs:
convert-lint-notebooks:
test-R-notebooks:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
- cron: '0 0 * * 0' # Runs once a week on Sunday at midnight

concurrency:
group: test-notebooks-${{ github.ref }}
group: test-python-notebooks-${{ github.ref }}
cancel-in-progress: true

jobs:
test-notebooks:
test-python-notebooks:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 9f8a38f

Please sign in to comment.