Skip to content

Commit

Permalink
cicd: set to lan24
Browse files Browse the repository at this point in the history
  • Loading branch information
Pithlit committed Jun 12, 2024
1 parent 4cb0acb commit a2e1ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD
on:
push:
branches:
- spacelan23
- lan24
pull_request:
jobs:
linux:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
with:
repository: piglit/SeriousProton
path: SeriousProton
ref: spacelan23
ref: lan24
- name: EmptyEpsilon Checkout
uses: actions/checkout@v2
with:
Expand All @@ -63,7 +63,7 @@ jobs:
with:
repository: piglit/SeriousProton
path: SeriousProton
ref: spacelan23
ref: lan24
- name: EmptyEpsilon Checkout
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
with:
repository: piglit/SeriousProton
path: SeriousProton
ref: spacelan23
ref: lan24
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build
- name: Configure CMake
Expand Down

0 comments on commit a2e1ed1

Please sign in to comment.