Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroPatty committed Feb 23, 2024
1 parent d7f8780 commit b10f3a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

needs: [build-core-wheel]
steps:
- uses: actions/download-artifact@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: "3.10"
Expand Down
16 changes: 11 additions & 5 deletions .github/workflows/datasets.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Datasets

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
push:
branches:
- main
tags:
- '*'
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b10f3a6

Please sign in to comment.