Skip to content

Commit

Permalink
chore(build):[eclipse-tractusx#222] github actions workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jun 26, 2024
1 parent 1ab9e24 commit 55c0504
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependencies-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main

# workaround to make missing workflow appear in GitHub actions
- github-actions-workaround
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- github-actions-workaround
paths:
- 'charts/**'

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/helm-test-backwards-compatability.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test k8s version compatability

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch:
inputs:
node_image_latest:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/helm-upgrade.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Upgrade Charts

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
pull_request:
paths:
- 'charts/item-relationship-service/**'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/int-setup-testdata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Integration testdata setup

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch:
inputs:
testfilePath:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/int-test-automation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: IRS integration tests

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch:
inputs:
irsTestProfile:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/irs-load-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: IRS Load Test

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch: # Trigger manually
inputs:
irs-host:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tavern-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tavern IRS API tests on INT

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch: # Trigger manually
inputs:
irs-host:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tavern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Tavern IRS API test on DEV

on:
workflow_dispatch: # Trigger manually
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
inputs:
irs-host:
type: string
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/trivy-docker-hub-scan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Trivy vulnerability scanner for Docker Hub Image"

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch: # Trigger manually
workflow_call: # Trigger by another workflow
schedule:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trivy-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
push:
branches:
- main
# workaround to make missing workflow appear in GitHub actions
- github-actions-workaround
tags:
- '**'
schedule:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-docs-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

on:
# workaround to make missing workflow appear in GitHub actions
push:
branches:
- github-actions-workaround
workflow_dispatch:
inputs:
irs-version:
Expand Down

0 comments on commit 55c0504

Please sign in to comment.