Skip to content

Commit f1ac2eb

Browse files
committed
Disable PR events from triggering CI
1 parent 5c5ad8d commit f1ac2eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ThisBuild / githubWorkflowBuild := {
6262
case other => other
6363
}
6464
}
65+
//fixme
6566
// Disable running CI for Pull Requests (a normal push already triggers CI)
6667
ThisBuild / githubWorkflowPREventTypes := Seq.empty
6768
ThisBuild / githubWorkflowBuildPostamble ++= Seq(

0 commit comments

Comments
 (0)