File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 1- name : Playwright Tests
1+ name : Automation Workflow
22on :
33 repository_dispatch :
44 types : [trigger-automation]
@@ -75,13 +75,10 @@ jobs:
7575 path : test-results/
7676 retention-days : 2
7777
78- - name : Report Status to Build Repo
79- if : always()
80- run : |
81- conclusion=${{ job.status }}
82- echo "Reporting automation status to build repository..."
83- curl -X POST -H "Accept: application/vnd.github.everest-preview+json" \
84- -H "Authorization: Bearer ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
85- -H "Content-Type: application/json" \
86- --data "{\"event_type\": \"automation-${conclusion}\"}" \
87- https://api.github.com/repos/Indra512/Test/dispatches
78+ # - name: Mark Workflow as Success
79+ # if: success()
80+ # run: echo "Automation completed successfully!"
81+
82+ # - name: Mark Workflow as Failure
83+ # if: failure()
84+ # run: echo "Automation failed!"
You can’t perform that action at this time.
0 commit comments