We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3deb42b commit be5bf4aCopy full SHA for be5bf4a
1 file changed
.github/workflows/build-test.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- if: github.repository == 'SCECcode/pycsep'
+ if: github.repository == 'cseptesting/pycsep'
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
@@ -48,7 +48,7 @@ jobs:
48
49
50
build_pip:
51
52
53
54
0 commit comments