Skip to content

Bump addressable from 2.8.1 to 2.9.0 in /docs #149

Bump addressable from 2.8.1 to 2.9.0 in /docs

Bump addressable from 2.8.1 to 2.9.0 in /docs #149

Workflow file for this run

name: Test pull request
on:
pull_request:
branches:
- main
- future
jobs:
test_main:
if: github.base_ref == 'main'
uses: ./.github/workflows/test.yml
with:
source_ref: ${{ github.ref }}
firedrake_docker_version: dev-release
secrets: inherit
test_future:
if: github.base_ref == 'future'
uses: ./.github/workflows/test.yml
with:
source_ref: ${{ github.ref }}
firedrake_docker_version: dev-main
secrets: inherit