Skip to content

Bump github.com/influxdata/influxdb from 1.6.3 to 1.7.6 (#881) #420

Bump github.com/influxdata/influxdb from 1.6.3 to 1.7.6 (#881)

Bump github.com/influxdata/influxdb from 1.6.3 to 1.7.6 (#881) #420

Workflow file for this run

name: spec-prod
on:
pull_request:
paths-ignore:
- "go/**"
- "js/**"
push:
branches: [main]
paths-ignore:
- "go/**"
- "js/**"
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
include:
- source: loading.bs
- source: subresource-loading.bs
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages
TOOLCHAIN: bikeshed
SOURCE: ${{ matrix.source }}
BUILD_FAIL_ON: warning