Skip to content

Workflow change to run only specific suite of E2E tests #2

Workflow change to run only specific suite of E2E tests

Workflow change to run only specific suite of E2E tests #2

Workflow file for this run

name: Oppiabot
on:
merge_group:
types: [checks_requested]
issues:
types:
- labeled
pull_request_target:
branches:
- develop
- release-*
jobs:
oppiabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/merge
- name: Github Actions from Oppiabot
uses: oppia/[email protected]
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
env:
SHEETS_TOKEN: ${{ secrets.SHEETS_TOKEN }}
SHEETS_CRED: ${{ secrets.SHEETS_CRED }}
SPREADSHEET_ID: ${{ secrets.SPREADSHEET_ID }}