Skip to content

Commit 845d240

Browse files
authored
Merge pull request #162 from scalacenter/skip-submit-tests
Skip submit tests
2 parents e86ed9c + 9e314f4 commit 845d240

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ jobs:
4343
jvm: ${{ matrix.jvm }}
4444
apps: sbt
4545
- run: sbt test
46-
- run: sbt scripted
46+
- run: sbt "scripted dependency-manifest/*"
47+
- run: sbt "scripted submit-snapshot/*"
48+
if: github.event_name == 'push' || github.event.pull_request.head.repo.owner.login == 'scalacenter'
4749

4850
test-action:
51+
if: github.event_name == 'push' || github.event.pull_request.head.repo.owner.login == 'scalacenter'
4952
strategy:
5053
matrix:
5154
os: [ubuntu-latest, macOS-latest, windows-latest]

0 commit comments

Comments
 (0)