Skip to content

Commit

Permalink
run ci on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Oct 7, 2024
1 parent 95f7352 commit b6689c3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-email-confirmation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '19' # The JDK version to make available on the path.

- name: Print Versions
Expand Down
17 changes: 5 additions & 12 deletions .github/workflows/build-and-test-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,14 @@

name: Continuous Integration with OAuth

#on:
# push:
# paths-ignore:
# - 'README.md'
# pull_request:
# paths-ignore:
# - 'README.md'
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
push:
# pull_request:
# paths-ignore:
# - 'README.md'
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'

jobs:
build-skills-service-for-ui-tests:
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/build-and-test-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@

name: Test Web Sockets over STOMP using RabbitMQ

#on:
# push:
# paths-ignore:
# - 'README.md'
# pull_request:
# paths-ignore:
# - 'README.md'
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
workflow_dispatch:

jobs:
build-skills-service-for-ui-tests:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ on:
- cron: '0 7 * * *'
workflow_dispatch:
push:
# pull_request:
# paths-ignore:
# - 'README.md'
# - '.github/workflows/build-and-test-postgres.yml'
# - '.github/workflows/publish-image-snapshot.yml'
# - '.gitlab-ci.yml'
pull_request:
paths-ignore:
- 'README.md'
- '.github/workflows/build-and-test-postgres.yml'
- '.github/workflows/publish-image-snapshot.yml'
- '.gitlab-ci.yml'

jobs:

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ on:
- 'README.md'
- '.github/workflows/build-and-test-postgres.yml'
- '.github/workflows/publish-image-snapshot.yml'
pull_request:
paths-ignore:
- 'README.md'
- '.github/workflows/build-and-test-postgres.yml'
- '.github/workflows/publish-image-snapshot.yml'

jobs:
build-skills-service-for-ui-tests:
Expand Down

0 comments on commit b6689c3

Please sign in to comment.