Skip to content

Boot Record and FSINFO Signature Corrections #28

Boot Record and FSINFO Signature Corrections

Boot Record and FSINFO Signature Corrections #28

Workflow file for this run

# This is a basic workflow that is manually triggered
name: regression_test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "linux_job"
run_tests:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
pages: write
id-token: write
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master

Check failure on line 25 in .github/workflows/regression_test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/regression_test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/regression_test.yml" -> "azure-rtos/threadx/.github/workflows/regression_template.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.