chore(ci): update workflow runs-on label to ubuntu-latest
This commit is contained in:
@@ -20,7 +20,7 @@ on:
|
||||
|
||||
jobs:
|
||||
validate-core:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
@@ -154,7 +154,7 @@ jobs:
|
||||
run: python3 tools/validate_snapshot_admin_workflow_v1.py
|
||||
|
||||
validate-ui-and-storage:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
needs: validate-core
|
||||
if: github.event_name != 'push'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user