Skip to content

Commit

Permalink
Revert "Use current branch for testing"
Browse files Browse the repository at this point in the history
This reverts commit 67647d3.
  • Loading branch information
TyHil committed Nov 11, 2024
1 parent 14069ec commit 01a8051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-autocomplete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git checkout 270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph
git checkout develop
git branch -D update-course-data || true # Delete branch if it exists locally
git checkout -b update-course-data
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
owner: owner,
repo: repo,
head: 'update-course-data',
base: '270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph',
base: 'develop',
state: 'open',
});
Expand All @@ -69,7 +69,7 @@ jobs:
owner: owner,
repo: repo,
head: 'update-course-data',
base: '270-bug-new-courses-missing-from-search-due-to-outdated-autocomplete-graph',
base: 'develop',
body: [
'Fetch and rebuild autocomplete graph and combos table',
'',
Expand Down

0 comments on commit 01a8051

Please sign in to comment.