Skip to content

Commit 18b11ba

Browse files
author
Henrik Adamski
authored
LIBS-713 - Update GH Actions configuration (#8)
1 parent 762a195 commit 18b11ba

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
nightly:
9+
timeout-minutes: 30
10+
911
runs-on: ubuntu-latest
1012

1113
steps:

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
timeout-minutes: 30
11+
1112
env:
1213
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1314

15+
runs-on: ubuntu-latest
16+
1417
steps:
1518
- name: setup-java
1619
uses: actions/setup-java@v1

.github/workflows/review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66

77
jobs:
88
review:
9+
timeout-minutes: 30
10+
911
runs-on: ubuntu-latest
1012

1113
steps:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/.project
44
/target/
55
/.factorypath
6-
.idea/
6+
/.idea/
7+
/*.iml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.avides.spring</groupId>
1414
<artifactId>spring-rabbit</artifactId>
15-
<version>2.1.0</version>
15+
<version>2.1.1</version>
1616
</dependency>
1717
```
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.avides.spring</groupId>
55
<artifactId>spring-rabbit</artifactId>
6-
<version>2.1.0</version>
6+
<version>2.1.1</version>
77

88
<name>spring-rabbit</name>
99
<description>Makes configuring RabbitMQ for Spring Boot applications more comfortable</description>

0 commit comments

Comments
 (0)