Skip to content

Commit 8256835

Browse files
CI: Now that all audio-refactor branches are merged, revert CI temp changes.
1 parent 9f3306e commit 8256835

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
uses: actions/checkout@v4
4646
with:
4747
repository: 'lancaster-university/microbit-v2-samples'
48-
# FIXME: Temporarily check out the audio-refactor branch for testing
49-
ref: 'audio-refactor'
5048
# We need to use the checkout action (instead of build.py cloning the
5149
# repository) so that on PRs we can get the commit from the PR merge
5250
- name: Clone this repository in the libraries folder

.github/workflows/micropython.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
path: lib/codal/libraries/codal-microbit-v2
2525
fetch-depth: '0'
2626
submodules: 'recursive'
27-
# FIXME: Temporarily check out the audio-recording branch for testing
28-
ref: 'audio-refactor'
2927
- name: Setup arm-none-eabi-gcc v10.3
3028
uses: carlosperate/arm-none-eabi-gcc-action@v1
3129
with:

.github/workflows/size-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# string, checking out the default branch
5050
# FIXME: Temporarily check out the audio-refactor branch for testing
5151
# ref: ${{ github.event.inputs.samples-commit }}
52-
ref: 'audio-refactor'
52+
ref: ${{ github.event.inputs.samples-commit }}
5353
# We need to use the checkout action (instead of build.py cloning the
5454
# repository) so that on PRs we can get the commit from the PR merge
5555
- name: Clone this repository in the libraries folder

0 commit comments

Comments
 (0)