Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 19, 2023
1 parent 7234c54 commit 9965fc5
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/Sync-End-to-End-tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: sync-end-to-end-tests

on:
on:
push:
branches:
- sabrina/sync_e2e_ci
branches: [ main, "release/**" ]
pull_request:
branches:
- sabrina/sync_e2e_ci
# schedule:
# - cron: '0 5 * * *' # run at 5 AM UTC
workflow_call:
inputs:
branch:
description: "Branch name"
required: false
type: string
secrets:
ASANA_ACCESS_TOKEN:
required: true

jobs:
sync-e2e-tests:
name: Sync End to end Tests
runs-on: macos-13-xlarge
test:

steps:
- name: Check out the code
Expand Down

0 comments on commit 9965fc5

Please sign in to comment.