Skip to content

Commit 5942b48

Browse files
committed
Update github workflows a bit to avoid issues with dependabot
1 parent e92c66e commit 5942b48

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

.github/workflows/ci-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches-ignore:
66
- main
7-
- kotlin-eap/*
7+
- dependabot/*
88

99
jobs:
1010
checks:

.github/workflows/ci-kotlin-eap.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/publish-local.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on: [ workflow_call ]
33

44
jobs:
55
publish:
6+
if: github.repository == 'whyoleg/cryptography-kotlin'
67
runs-on: macos-latest
78
steps:
89
- uses: actions/checkout@v4
@@ -11,7 +12,7 @@ jobs:
1112
cache-disabled: true
1213

1314
- name: Publish to Maven Local
14-
run: ./gradlew publishToMavenLocal --no-configuration-cache
15+
run: ./gradlew publishToMavenLocal
1516
env:
1617
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{secrets.signingKey}}
1718
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{secrets.signingPassword}}

0 commit comments

Comments
 (0)