Skip to content

Commit

Permalink
remove the run-delay parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbajaj-crest committed May 6, 2024
1 parent 531871a commit cb31b24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ########################################################################
# action.yml
# action.yaml
name: 'Workflow engine test runner'
description: 'Trigger argo workflow'
inputs:
Expand Down
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ else
BRANCH_NAME=${GITHUB_HEAD_REF}
fi


WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.argoproj.io/workflow-template=${1} --argo-base-href '' \
-p ci-repository-url="https://github.com/${GITHUB_REPOSITORY}.git" \
-p ci-commit-sha=${BRANCH_NAME} \
Expand Down

0 comments on commit cb31b24

Please sign in to comment.