Commit 8a5b088 1 parent 9f28b36 commit 8a5b088 Copy full SHA for 8a5b088
File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
pull_request :
4
4
types : [opened, synchronize]
5
5
6
+ concurrency :
7
+ group : ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress : true
9
+
6
10
jobs :
7
11
build :
8
12
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main]
5
5
6
+ concurrency :
7
+ group : ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress : true
9
+
6
10
jobs :
7
11
build :
8
12
name : Analyze
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
59
59
graphql {
60
60
client {
61
- endpoint = " http://localhost:8080 /api/graphql"
61
+ endpoint = env[ " GRAPHQL_ENDPOINT " ] ? : " https://atlas.dev.macarena.ceo /api/graphql"
62
62
packageName = " com.possible_triangle.atheneum_connector.generated"
63
63
serializer = GraphQLSerializer .KOTLINX
64
64
}
You can’t perform that action at this time.
0 commit comments