Skip to content

Commit

Permalink
Change pull request trigger for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-goebel committed Jul 26, 2023
1 parent 8966193 commit 376b00d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Code Analysis

on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
branches:
- master
schedule:
- cron: '0 0 * * *' # Runs the job at 00:00 UTC every day

jobs:
app-integration-test:
uses: eliona-smart-building-assistant/app-integration-tests/.github/workflows/code-analysis.yml@main
secrets: inherit
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Integration Test

on:
workflow_dispatch:
pull_request_target:
pull_request:
types:
- opened
- synchronize
branches:
- master
schedule:
Expand Down

0 comments on commit 376b00d

Please sign in to comment.