Skip to content

Commit

Permalink
Test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonZiweiWang committed Mar 6, 2024
1 parent 3970ce9 commit 09010b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Update references for commits, tags, etc

on:
workflow_dispatch:
pull_request:
branches:
- "*"
schedule:
- cron: '0 0 1 * *' # Run on the first day of every month

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* ------------------------------------------------------------------------------------------ */

// Required extension versions
export const bashVersion = '1.39.0'
export const bashVersion = '1.38.0'
export const pythonVersion = '2024.2.1'
2 changes: 1 addition & 1 deletion scripts/fetch-docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Tag: yocto-4.3.3
BITBAKE_DOCS_COMMIT=380a9ac97de5774378ded5e37d40b79b96761a0c
BITBAKE_DOCS_COMMIT=0a33b560233b983456178541603ab96fea22238b
# Tag: yocto-4.3.3
YOCTO_DOCS_COMMIT=dde4b815db82196af086847f68ee27d7902b4ffa

Expand Down

0 comments on commit 09010b8

Please sign in to comment.