Skip to content

Commit

Permalink
Update Courses (FA22-Nov1) (#756)
Browse files Browse the repository at this point in the history
* [Automated] Update Courses (FA22-Nov1)

* update workflows

* remove pr trigger on ci check

* rerun scripts manually

Co-authored-by: benjamin-shen <[email protected]>
Co-authored-by: Benjamin Shen <[email protected]>
Co-authored-by: Noah Schiff <[email protected]>
  • Loading branch information
4 people authored Nov 2, 2022
1 parent 8f9c91e commit 7673296
Show file tree
Hide file tree
Showing 4 changed files with 3,220 additions and 1,500 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI Check
on: push
on:
push:
workflow_dispatch:

jobs:
check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-courses.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Courses Data # TODO @bshen finish implementing this workflow
name: Update Courses Data
on:
workflow_dispatch:
inputs:
semester:
description: 'Semester (eg. FA22)'
description: 'Semester-Tag (eg. FA22-Nov1)' # ensure there are no spaces
required: true

jobs:
Expand Down
Loading

0 comments on commit 7673296

Please sign in to comment.