Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Nov 21, 2023
1 parent d13ae35 commit 13d29d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches-ignore:
- main

permissions:
pull-requests: read

jobs:
Deploy-Preview:
runs-on: ubuntu-latest
Expand All @@ -23,6 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
path: ./data-repo
ref: ${{ github.ref }}
sparse-checkout: data

- name: Move Data to Leaderboard
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main

jobs:
Deploy-Production:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 13d29d4

Please sign in to comment.