Skip to content

Fix /open-file WSL path joining (#9322) #4

Fix /open-file WSL path joining (#9322)

Fix /open-file WSL path joining (#9322) #4

on:
push:
branches:
# Potentially run this workflow whenever the master branch changes in,
# order to update the cache if necessary.
- master
paths:
# We only need to run this if there were changes to files that affect
# the cache key.
- 'Cargo.lock'
- '**/Cargo.toml'
- '.cargo/config.toml'
- 'rust-toolchain.toml'
# Run once per day to ensure the cache is populated even if we haven't
# modified Cargo.lock or Cargo.toml in a while.
schedule:
- cron: "0 8 * * 1-5" # Run every weekday at 3am EST.
workflow_dispatch:
name: Populate Build Cache
jobs:
populate_build_cache:

Check failure on line 23 in .github/workflows/populate_build_cache.yml

View workflow run for this annotation

GitHub Actions / Populate Build Cache

Invalid workflow file

The workflow is not valid. .github/workflows/populate_build_cache.yml (Line: 23, Col: 3): Error calling workflow 'zerx-lab/warp/.github/workflows/ci.yml@239c86b8d72e4eb60ec48b40ae6307e0acb3fa99'. The nested job 'tests' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: CI
uses: ./.github/workflows/ci.yml
secrets: inherit