Skip to content

Commit

Permalink
Set up workflow running condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Sep 25, 2023
1 parent 72ace48 commit fe3eb79
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: test-integration

on:
push:
branches:
- jb-test-solidity-verifier
# workflow_dispatch:
# pull_request:
# paths:
# - ./compiler/integration-tests/**
# schedule:
# - cron: "0 2 * * *" # Run nightly at 2 AM UTC
workflow_dispatch:
pull_request:
paths:
- ./compiler/integration-tests/**
schedule:
- cron: "0 2 * * *" # Run nightly at 2 AM UTC

jobs:
build-nargo:
Expand Down

0 comments on commit fe3eb79

Please sign in to comment.