mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typo
This commit is contained in:
parent
0a2fceded4
commit
984126f7e0
|
|
@ -56,11 +56,11 @@ jobs:
|
||||||
needs: regression_test
|
needs: regression_test
|
||||||
uses: ./.github/workflows/sync.yml
|
uses: ./.github/workflows/sync.yml
|
||||||
secrets:
|
secrets:
|
||||||
ACCESS_TOKEN_GITHUB: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
|
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
|
||||||
# This job triggers version.yml workflow
|
# This job triggers version.yml workflow
|
||||||
version_trigger:
|
version_trigger:
|
||||||
if: ${{ github.event_name == 'push' && github.ref_name == 'dev' }}
|
if: ${{ github.event_name == 'push' && github.ref_name == 'dev' }}
|
||||||
needs: regression_test
|
needs: regression_test
|
||||||
uses: ./.github/workflows/version.yml
|
uses: ./.github/workflows/version.yml
|
||||||
secrets:
|
secrets:
|
||||||
ACCESS_TOKEN_GITHUB: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
|
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue