Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Mar 21, 2023
1 parent 19dfe4b commit 06dd095
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awesome-ideas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create issue for Awesome Ideas

on:
discussion:
types: [created]
types: [ created ]

jobs:
link_issue:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-open-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update OpenAPI Documentation
# Controls when the workflow will run
on:
push:
branches: [ main, v3/main ]
branches: [ main* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Tests
# Controls when the workflow will run
on:
pull_request:
branches: [ main, v3/main ]
branches: [ main* ]
push:
branches: [ main, v3/main ]
branches: [ main* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -67,8 +67,7 @@ jobs:
name: E2E tests
runs-on: ubuntu-latest
environment: E2E
if: contains(github.event.pull_request.labels.*.name, 'e2e-test')


steps:

- uses: actions/checkout@v3.4.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Code Scanning"

on:
pull_request:
branches: [ main, v3/main ]
branches: [ main* ]
push:
branches: [ main, v3/main ]
branches: [ main* ]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Staging
# Controls when the workflow will run
on:
push:
branches: [main]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation-new-version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Documentation with New Version
on:
release:
types: [published]
types: [ published ]
jobs:
publish-new-doc-version:
name: Publish Documentation with New Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish
# Controls when the workflow will run
on:
release:
types: [published]
types: [ published ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 06dd095

Please sign in to comment.