Skip to content

Commit

Permalink
DOC-2373: Update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchC1999 committed Apr 16, 2024
1 parent 90eee70 commit c226b7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "feature/**", "hotfix/**", "tinymce/**" ]
branches: [ "feature/**", "hotfix/**", "release/**", "staging/**", "tinymce/**" ]
pull_request:
branches: [ "tinymce/**" ]
## Add schedule if needed
# schedule:
# - cron: "17 23 * * 5"

jobs:
analyze:
Expand All @@ -25,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/develop_5_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ on:
paths:
- '**'
branches:
- 'feature/5**'
- 'hotfix/5**'
- 'feature/**'
- 'hotfix/**'
- 'release/**'
- 'staging/**'

jobs:
build:
name: Build Docs and Deploy
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [21]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit c226b7e

Please sign in to comment.