Thanks to visit codestin.com
Credit goes to github.com

Skip to content

⬆️ Bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 #142

⬆️ Bump github.com/expr-lang/expr from 1.17.6 to 1.17.7

⬆️ Bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 #142

Workflow file for this run

---
name: ci-pr-app
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main
paths-ignore:
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'docs/**'
- '*.md'
- '*.txt'
jobs:
build-docker:
uses: ./.github/workflows/build-docker.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
test:
needs: build-docker
uses: ./.github/workflows/test-e2e.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
pr: ${{ github.event.pull_request.number }}